Metadata-Version: 1.1
Name: letsencrypt-pritunl
Version: 0.1.3
Summary: Pritunl plugin for Let's Encrypt client
Home-page: https://github.com/kharkevich/letsencrypt-pritunl
Author: Aliaksandr Kharkevich
Author-email: aliaksandr_kharkevich@outlook.com
License: Apache License 2.0
Download-URL: https://github.com/kharkevich/letsencrypt-pritunl/archive/0.1.3.tar.gz
Description: # letsencrypt-pritunl
        Letsencrypt plugin for Pritunl
        
        Installation guide:
        * Deploy latest version of [Let's Encrypt](https://github.com/letsencrypt/letsencrypt)
        * Deploy latest version of [pritunl](https://github.com/pritunl/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```
        
Keywords: letsencrypt,pritunl
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
