Skip to content

Commit e084e31

Browse files
authored
Merge pull request #98484 from SubhashVasarapu-MSFT/patch-20
(AzureCXP) fixes MicrosoftDocs/azure-docs#44118
2 parents 3957ab6 + 4210eb0 commit e084e31

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)