mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Make up a domain
This commit is contained in:
parent
3aeb62cf7e
commit
074fef773b
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue