Skip to content

Commit

Permalink
documentation formatting (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger authored Dec 18, 2024
1 parent 2da8376 commit cc803bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/client-certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,10 @@ $cert = [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64Strin
**Private Key reuse**

Best practice cryptographic security is not to reuse private keys.

* If a private key has already been used for a previous certificate, the CA will reject the request
* This behaviour can be overridden by adding a line to the JSON certificate request information:

```json
force_issue = True
```

0 comments on commit cc803bf

Please sign in to comment.