This commit is contained in:
Ilya Makarov 2020-03-11 20:51:10 +03:00
parent 92a8942727
commit be722fb1b3
1 changed files with 2 additions and 2 deletions

View File

@ -292,7 +292,7 @@ class VaultDestinationPlugin(DestinationPlugin):
O=organization(cert), # noqa: E741
L=location(cert),
S=state(cert),
C=country(cert),
C=country(cert)
)
if not obj_name:
obj_name = '{CN}'
@ -303,7 +303,7 @@ class VaultDestinationPlugin(DestinationPlugin):
O=organization(cert), # noqa: E741
L=location(cert),
S=state(cert),
C=country(cert),
C=country(cert)
)
path = "{0}/{1}".format(t_path, f_obj_name)