Index: branches/2017Q2/security/py-certbot/pkg-message =================================================================== --- branches/2017Q2/security/py-certbot/pkg-message (revision 439462) +++ branches/2017Q2/security/py-certbot/pkg-message (revision 439463) @@ -1,25 +1,21 @@ =========================================================================== -The Let's Encrypt Client is BETA SOFTWARE. It contains plenty of bugs and -rough edges, and should be tested thoroughly in staging environments before -use on production systems. - This port installs the "standalone" Python client only, which does not use and -is not the letsencrypt-auto bootstrap/wrapper script. +is not the certbot-auto bootstrap/wrapper script. To obtain certificates, use the 'certonly' command as follows: - # sudo certbot --server certonly + # sudo certbot certonly --standalone -d [server FQDN] Note: The client currently requires the ability to bind on TCP port 80. If you have a server running on this port, it will need to be temporarily stopped so that the standalone server can listen on that port to complete authentication. -The letsencrypt plugins to support apache and nginx certificate installation +The certbot plugins to support apache and nginx certificate installation will be made available soon in the following ports: * Apache plugin: security/py-certbot-apache * Nginx plugin: security/py-certbot-nginx =========================================================================== Index: branches/2017Q2 =================================================================== --- branches/2017Q2 (revision 439462) +++ branches/2017Q2 (revision 439463) Property changes on: branches/2017Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r439461