Switch from certbot to traefik
This commit is contained in:
3
ldap-overleaf-sl/nginx/nginx-cert.sh
Normal file
3
ldap-overleaf-sl/nginx/nginx-cert.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
less /etc/letsencrypt/acme.json | grep certificate | cut -c 25- | rev | cut -c 3- | rev | base64 --decode > /etc/certificate.crt
|
||||
less /etc/letsencrypt/acme.json | grep key | cut -c 17- | rev | cut -c 3- | rev | base64 --decode > /etc/key.crt
|
||||
Reference in New Issue
Block a user