美文网首页
lets-encrypt 配置https证书

lets-encrypt 配置https证书

作者: 花间提壶机智一比 | 来源:发表于2018-08-07 12:01 被阅读0次

    注:您的域名必须为经过DNS解析的域名

    参考链接:https://certbot.eff.org/lets-encrypt/ubuntuxenial-nginx.html

    本例使用Nginx进行演示 Nginx on Ubuntu 16.04 (xenial)

    install

    
    $ sudo apt-get update
    
    $ sudo apt-get install software-properties-common
    
    $ sudo add-apt-repository ppa:certbot/certbot
    
    $ sudo apt-get update
    
    $ sudo apt-get install python-certbot-nginx
    
    

    getstart

    
    $ sudo certbot --nginx
    
    

    Automating renewal

    
    $ sudo certbot renew --dry-run
    
    

    相关文章

      网友评论

          本文标题:lets-encrypt 配置https证书

          本文链接:https://www.haomeiwen.com/subject/zwvovftx.html