Skip to content

Commit 9b3cc8e

Browse files
authored
Fix command and description for reissuing certificates (Velocidex#1235)
1 parent b3f0bdb commit 9b3cc8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/knowledge_base/tips/rolling_certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ To rotate server certificates, use the following command to generate a new
105105
configuration file containing rotated certificates:
106106

107107
```
108-
$ velociraptor config reissue_certs --config /etc/velociraptor/server.config.yaml > /tmp/new_key.config.yaml
108+
$ velociraptor config reissue_certs --config /etc/velociraptor/server.config.yaml > /tmp/new_certs.config.yaml
109109
```
110110

111-
The `config reissue_key` command updates the following configuration items:
111+
The `config reissue_certs` command updates the following configuration items:
112112
- `GUI.gw_certificate`
113113
- `Frontend.certificate`
114114

0 commit comments

Comments
 (0)