We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3957ab6 + 4210eb0 commit e084e31Copy full SHA for e084e31
articles/application-gateway/self-signed-certificates.md
@@ -101,7 +101,7 @@ The CSR is a public key that is given to a CA when requesting a certificate. The
101
1. Use the following command to create the certificate:
102
103
```
104
- openssl x509 -req -in fabrikam.csr -CA public.crt -CAkey contoso.key -CAcreateserial -out fabrikam.crt -days 365 -sha256
+ openssl x509 -req -in fabrikam.csr -CA contoso.crt -CAkey contoso.key -CAcreateserial -out fabrikam.crt -days 365 -sha256
105
106
### Verify the newly created certificate
107
0 commit comments