You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The username Keyfactor Command will use to use connect to the certificate store host. This field can be specified in the CSV file in the column `Properties.ServerUsername`.",
1169
+
"The username Keyfactor Command will use to use connect to the certificate store host. "+
1170
+
"This field can be specified in the CSV file in the column `Properties.ServerUsername`. "+
1171
+
"This value can also be sourced from the environmental variable `KFUTIL_CSV_SERVER_USERNAME`. "+
1172
+
"*NOTE* a value provided in the CSV file will override any other input value",
1160
1173
)
1161
1174
storesCreateFromCSVCmd.Flags().StringVarP(
1162
1175
&storeTypeName,
1163
1176
"server-password",
1164
1177
"p",
1165
1178
"",
1166
-
"The password Keyfactor Command will use to use connect to the certificate store host. This field can be specified in the CSV file in the column `Properties.ServerPassword`.",
1179
+
"The password Keyfactor Command will use to use connect to the certificate store host. "+
1180
+
"This field can be specified in the CSV file in the column `Properties.ServerPassword`. "+
1181
+
"This value can also be sourced from the environmental variable `KFUTIL_CSV_SERVER_PASSWORD`. "+
1182
+
"*NOTE* a value provided in the CSV file will override any other input value",
1167
1183
)
1168
1184
storesCreateFromCSVCmd.Flags().StringVarP(
1169
1185
&storeTypeName,
1170
1186
"store-password",
1171
1187
"s",
1172
1188
"",
1173
-
"The credential information Keyfactor Command will use to access the certificates in a specific certificate store (the store password). This is different from credential information Keyfactor Command uses to access a certificate store host. This field can be specified in the CSV file in the column `Password`.",
1189
+
"The credential information Keyfactor Command will use to access the certificates in a specific certificate"+
1190
+
" store (the store password). This is different from credential information Keyfactor Command uses to"+
1191
+
" access a certificate store host."+
1192
+
" This field can be specified in the CSV file in the column `Password`. This value can also be sourced from"+
1193
+
" the environmental variable `KFUTIL_CSV_STORE_PASSWORD`. *NOTE* a value provided in the CSV file will"+
0 commit comments