Skip to content

Commit

Permalink
GITBOOK-641: Corrected call to enrollrenew script
Browse files Browse the repository at this point in the history
  • Loading branch information
bb-froggy authored and gitbook-bot committed Jan 8, 2025
1 parent 25f2a91 commit 58db953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The enrollment and renewal script will create a certificate if one of the specif
#### Example command

```nasm
bash enrollcertificate.sh https://scepman.contoso.de/ api://123guid cert-name cert-directory key-directory root.pem
bash enrollrenewcertificate.sh https://scepman.contoso.de/ api://123guid cert-name cert-directory key-directory root.pem 40
```

## Powershell Cmdlet (Windows)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For a general comparison of techniques to control certificate validity, have a l
Applicable to version 2.3 and above
{% endhint %}

**Value:** A secret string consisting of lower case characters, numbers and dashes
**Value:** A custom secret string consisting of alphanumerical characters and dashes

**Description:** If you set this value to anything that is not an empty string, you can download a Certificate Revocation List (CRL) from SCEPman. The URL of the CRL is https://scepman.contoso.de/crl/{RequestToken}, where scepman.contoso.de is the domain of your SCEPman instance and {RequestToken} is the token configured here.

Expand Down

0 comments on commit 58db953

Please sign in to comment.