Skip to content

Commit bba1b06

Browse files
Removed need for serial number in revoke path
1 parent 4e84976 commit bba1b06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,11 @@ Keyfactor, and the user account specified in the CREDS parameter must have READ
243243

244244
Once the config file is created, it is necessary to set the appropriate environment variables so that the Keyfactor plugin is able to locate the config file. To do this, set a system variable for KF_CONF_PATH that points to the location of the config file. The method to accomplish this will vary based on your system configuration.
245245

246-
> Set environment variables in linux with the following command:
246+
> Set environment variables in Linux with the following command:
247247
>
248248
> `export <variable name>='<value>'`
249249
>
250-
> in windows:
250+
> in Windows:
251251
>
252252
> `$env:<variable name>="<value>"`
253253
@@ -260,7 +260,7 @@ example:
260260
You may also be able to add this into your environment file or rc.local startup process based on your linux
261261
distribution.
262262

263-
If you are running Hashicorp Vault as a service with system, it may be necessary to add a line in the vault service config file so that this variable is set prior to Vault startup.
263+
If you are running Hashicorp Vault as a service with system, it may be necessary to add a line in the vault service config file so that this variable is set prior to Vault startup.
264264

265265
This line should look something like this:
266266

@@ -488,7 +488,7 @@ The following commands are supported by the Keyfactor Hashicorp Vault Secrets En
488488
489489
### Revoke certificate
490490
491-
`vault write keyfactor/revoke/<serial number> serial=<serial>`
491+
`vault write keyfactor/revoke serial=<serial>`
492492
493493
### Sign CSR
494494

0 commit comments

Comments
 (0)