X-Git-Url: https://v.licheni.net/stack/cam.git/blobdiff_plain/e1c1725d53abf7739d55c3fded141100fa581aa7..109a82c8b9fc2d1c83282c75a2d2e4d5ce9e6847:/lib/gen.py?ds=sidebyside 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,