certbot

  1. A

    certbot can't found server block in external config files in nginx

    Freebsd 13.1, nginx/1.22.0, certbot 1.29.0 If I use and server block is in /usr/local/etc/nginx/nginx.conf cerbot install cert correctly When I move server block to separate files servers/domain.com.conf and use in main config certbot show My servers/domain.com.conf is Of course the...
  2. H

    Could not find SSL Module and disabling session ticket module on Certbot

    Hi all good people I'm building a web using FAMP stack and use WP as CMS. at first it's going very smooth, no problem at all. I have very functional http website. Then, I want to make it has https and SSL I load the mod_ssl and disabling sessionticket off when deploying the cert i'm using...
  3. Norbert Szczybelski

    FreeBSD bhyve VPS/Jail Hosting on single IP address.

    Good Evening. :) Are You Web Developer? Working in Computer Service? Got only one IP address? You can start your own hosting server that will expand your offer. Most of important things here are OpenVPN for Jail and bhyve SSH access and HAProxy for SNI extension based routing. Your...
  4. bagas

    py27-josepy-1.0.1 conflicts with py27-acme-0.20.0,1

    Hello. Please help solve the problem. Update the software portupgrade -arR byte-compiling /usr/ports/security/py-josepy/work-py27/stage/usr/local/lib/python2.7/site-packages/josepy/jwk_test.py to jwk_test.pyc writing byte-compilation script '/tmp/tmpEhVmyD.py' /usr/local/bin/python2.7 -O...
  5. Donald Baud

    HowTo: SSL/TLS certificates with acme.sh

    Note: this post is amended because the updated port security/acme.sh is now using its own convention home directory /var/db/acme with dedicated user/group acme:acme The idea is to limit the use of elevated privileges as much as possible. ================ - What is this about? security/acme.sh...
  6. tsarya

    certbot 0.13 issue with argparse module

    Hi, I've just updated certbot from 0.12 to 0.13 (py27-certbot-0.13.0,1) and I got the following issue: # certbot renew --dry-run Traceback (most recent call last): File "/usr/local/bin/certbot", line 6, in <module> from pkg_resources import load_entry_point File...
  7. J

    Python OpenSSL versioning issue

    Hello folks, I'm trying to run security/py-certbot on a FreeBSD 10.3 stable jail. When I try to launch it I get the following messages: root@nope:~ # certbot Traceback (most recent call last): File "/usr/local/bin/certbot", line 11, in <module> load_entry_point('certbot==0.9.3'...
  8. J

    Solved Compatibility issue running certbot (letsencrypt)

    I installed security/py-certbot (which appears to be the new security/py-letsencrypt) using pkg: pkg install py27-certbot However, I am not able to run it: root@medusa:~ # certbot An unexpected error occurred: VersionConflict: (parsedatetime 2.1 (/usr/local/lib/python2.7/site-packages)...
Back
Top