File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1285,7 +1285,7 @@ Here's an example of a SCEP provisioner in `$(step path)/config/ca.json`:
12851285``` json
12861286{
12871287 "type" : " SCEP" ,
1288- "name" : " scepca " ,
1288+ "name" : " my_scep_provisioner " ,
12891289 "forceCN" : true ,
12901290 "challenge" : " secret1234" ,
12911291 "minimumPublicKeyLength" : 2048 ,
@@ -1323,7 +1323,7 @@ Enable this by filling in the `"insecureAddress"` property to your top-level CA
13231323```
13241324
13251325Finally, restart ` step-ca ` .
1326- Your SCEP provisioner is now available at the endpoint ` http://ca.example.com:8080/scep/scepca ` .
1326+ Your SCEP provisioner is now available at the endpoint ` http://ca.example.com:8080/scep/my_scep_provisioner ` .
13271327
13281328<Alert severity = " info" >
13291329 <div >
You can’t perform that action at this time.
0 commit comments