NSXv3: Hide client auth password
Change-Id: Ib16eb4d867249aa511416d7af7492aa37f399f6d
This commit is contained in:
parent
233b7bb2b1
commit
7cdd70e681
@ -280,6 +280,7 @@ nsx_v3_opts = [
|
||||
help=_("File to contain client certificate and private key")),
|
||||
cfg.StrOpt('nsx_client_cert_pk_password',
|
||||
default="",
|
||||
secret=True,
|
||||
help=_("password for private key encryption")),
|
||||
cfg.StrOpt('nsx_client_cert_storage',
|
||||
default='nsx-db',
|
||||
|
Loading…
Reference in New Issue
Block a user