type none

This commit is contained in:
alwaysjolley 2019-06-24 15:10:10 -04:00
parent 6699833297
commit 55a96ba790
1 changed files with 1 additions and 1 deletions

2
lemur/plugins/lemur_vault_dest/plugin.py Normal file → Executable file
View File

@ -259,7 +259,7 @@ class VaultDestinationPlugin(DestinationPlugin):
secret = get_secret(client, mount, path) secret = get_secret(client, mount, path)
secret["data"][cname] = {} secret["data"][cname] = {}
if cert_chain == 'None': if not cert_chain:
chain = '' chain = ''
else: else:
chain = cert_chain chain = cert_chain