type none
This commit is contained in:
parent
6699833297
commit
55a96ba790
2
lemur/plugins/lemur_vault_dest/plugin.py
Normal file → Executable file
2
lemur/plugins/lemur_vault_dest/plugin.py
Normal file → Executable file
@ -259,7 +259,7 @@ class VaultDestinationPlugin(DestinationPlugin):
|
||||
secret = get_secret(client, mount, path)
|
||||
secret["data"][cname] = {}
|
||||
|
||||
if cert_chain == 'None':
|
||||
if not cert_chain:
|
||||
chain = ''
|
||||
else:
|
||||
chain = cert_chain
|
||||
|
Loading…
Reference in New Issue
Block a user