We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2da3ee7 + 4d9124c commit 860b3deCopy full SHA for 860b3de
step-ca/provisioners.mdx
@@ -1285,7 +1285,7 @@ Here's an example of a SCEP provisioner in `$(step path)/config/ca.json`:
1285
```json
1286
{
1287
"type": "SCEP",
1288
- "name": "scepca",
+ "name": "my_scep_provisioner",
1289
"forceCN": true,
1290
"challenge": "secret1234",
1291
"minimumPublicKeyLength": 2048,
@@ -1323,7 +1323,7 @@ Enable this by filling in the `"insecureAddress"` property to your top-level CA
1323
```
1324
1325
Finally, restart `step-ca`.
1326
-Your SCEP provisioner is now available at the endpoint `http://ca.example.com:8080/scep/scepca`.
+Your SCEP provisioner is now available at the endpoint `http://ca.example.com:8080/scep/my_scep_provisioner`.
1327
1328
<Alert severity="info">
1329
<div>
0 commit comments