Fix documentation + Letsencrypt
This commit is contained in:
parent
b76daa32f1
commit
f8046670a9
4 changed files with 23 additions and 23 deletions
|
|
@ -226,7 +226,7 @@ class Certbot:
|
|||
for item in os.listdir(letsencrypt_certs):
|
||||
path = os.path.join(letsencrypt_certs, item)
|
||||
if os.path.isdir(path):
|
||||
cert = Functions.load(os.path.join(path, "fullchain.pem"))
|
||||
cert = Functions.load(os.path.join(path, "cert.pem"))
|
||||
key = Functions.load(os.path.join(path, "privkey.pem"))
|
||||
filename = "%s/%s.pem" % (self.certs, item)
|
||||
self.merge_certificate(cert, key, filename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue