Make up a domain

This commit is contained in:
Peter Eckersley 2016-02-17 12:14:24 -08:00
parent 3aeb62cf7e
commit 074fef773b

View file

@ -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()