letsencrypt-pritunl

Pritunl plugin for Let's Encrypt client


Keywords
letsencrypt, pritunl
License
Apache-2.0
Install
pip install letsencrypt-pritunl==0.1.3

Documentation

letsencrypt-pritunl

Letsencrypt plugin for Pritunl

Installation guide:

  • Deploy latest version of Let's Encrypt
  • Deploy latest version of pritunl
  • Install letsencrypt-pritunl plugin pip install letsencrypt-pritunl

Use cases:

  • Get/Renew and install new certificate

    ./letsencrypt-auto run --standalone-supported-challenges http-01 -t -i letsencrypt-pritunl:pritunl -d some.domain.tld --no-redirect

** To automate the renewal process without prompts (for example, with a monthly cron), you can add the letsencrypt parameters --renew-by-default --text

  • Install-only existing certificate

    ./letsencrypt-auto install -t -i letsencrypt-pritunl:pritunl --letsencrypt-pritunl:pritunl-conf-path /etc/pritunl.conf --cert-path /etc/letsencrypt/live/some.domain.tld/cert.pem --key-path /etc/letsencrypt/live/some.domain.tld/privkey.pem -d some.domain.tld --no-redirect

    ./letsencrypt-auto install -t -i letsencrypt-pritunl:pritunl --cert-path /etc/letsencrypt/live/some.domain.tld/cert.pem --key-path /etc/letsencrypt/live/some.domain.tld/privkey.pem -d some.domain.tld --no-redirect