type none
This commit is contained in:
parent
6699833297
commit
55a96ba790
|
@ -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