Skip to content

Commit 4210eb0

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#44118
Replace public.crt to contoso.crt
1 parent 4d1baa4 commit 4210eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/self-signed-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The CSR is a public key that is given to a CA when requesting a certificate. The
101101
1. Use the following command to create the certificate:
102102

103103
```
104-
openssl x509 -req -in fabrikam.csr -CA public.crt -CAkey contoso.key -CAcreateserial -out fabrikam.crt -days 365 -sha256
104+
openssl x509 -req -in fabrikam.csr -CA contoso.crt -CAkey contoso.key -CAcreateserial -out fabrikam.crt -days 365 -sha256
105105
```
106106
### Verify the newly created certificate
107107

0 commit comments

Comments
 (0)