mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Make up a domain
This commit is contained in:
@@ -290,6 +290,6 @@ if __name__ == "__main__":
|
||||
cert, key, chain, fullchain = pieces
|
||||
pcgen = PostfixConfigGenerator(c, postfix_dir, fixup=True)
|
||||
pcgen.prepare()
|
||||
pcgen.deploy_cert(cert, key, chain, fullchain)
|
||||
pcgen.deploy_cert("example.com", cert, key, chain, fullchain)
|
||||
pcgen.save()
|
||||
pcgen.restart()
|
||||
|
||||
Reference in New Issue
Block a user