Index: head/security/py-certbot/pkg-descr =================================================================== --- head/security/py-certbot/pkg-descr (revision 417446) +++ head/security/py-certbot/pkg-descr (revision 417447) @@ -1,16 +1,16 @@ In short: getting and installing SSL/TLS certificates made easy. The Let's Encrypt Client is a tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let's Encrypt CA which will be issuing browser-trusted certificates for free. It's all automated: The tool will prove domain control to the CA and submit a CSR (Certificate Signing Request). If domain control has been proven, a certificate will get issued and the tool will automatically install it. -WWW: https://github.com/letsencrypt/letsencrypt +WWW: https://github.com/certbot/certbot Index: head/security/py-certbot/pkg-message =================================================================== --- head/security/py-certbot/pkg-message (revision 417446) +++ head/security/py-certbot/pkg-message (revision 417447) @@ -1,25 +1,25 @@ =========================================================================== 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. To obtain certificates, use the 'certonly' command as follows: - # sudo letsencrypt --server certonly + # sudo certbot --server certonly 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 will be made available soon in the following ports: * Apache plugin: security/py-letsencrypt-apache * Nginx plugin: security/py-letsencrypt-nginx ===========================================================================