X-Git-Url: https://v.licheni.net/stack/cam.git/blobdiff_plain/af9cab5f9c39014d100c1375cc0b3545364d3bd1..922a15c7009f853accd86c0a8270fb18f0a6ead9:/lib/gen.py diff --git a/lib/gen.py b/lib/gen.py index 526e52f..42795fe 100644 --- a/lib/gen.py +++ b/lib/gen.py @@ -33,6 +33,10 @@ def gen(tag): ans = raw_input('This certificate seems to exist already (in %s).\nAre you really sure that you want to re-create it? [y/N] ' % crt_file) if not ans or ans[0].lower() != 'y': sys.exit(0) + print 'Revoking previous certificate...' + openssl('ca', '-config', conf_file, + '-revoke', public_crt_file) + # create custom config file template(conf_file,