Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

kharkevich/letsencrypt-proxmox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

letsencrypt-proxmox

Letsencrypt plugin for Proxmox VE

Installation guide:

  • Install Proxmox VE
  • Deploy latest version of Let's Encrypt
  • Install letsencrypt-proxmox plugin pip install letsencrypt-proxmox

Use cases:

  • Get/Renew and install new certificate

./letsencrypt-auto run --standalone-supported-challenges http-01 -t -i letsencrypt-proxmox:proxmox -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-proxmox:proxmox --letsencrypt-proxmox:proxmox-location /etc/pve/local --cert-path /etc/letsencrypt/live/some.domain.tld/cert.pem --key-path /etc/letsencrypt/live/some.domain.tld/privkey.pem -d some.domain.tld --fullchain-path /etc/letsencrypt/live/some.domain.tld/fullchain.pem --no-redirect

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

About

Proxmox VE plugin for Pritunl

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages