Skip to content

Commit b0b2f63

Browse files
authored
Update articles/app-service/configure-ssl-certificate.md
1 parent 878510d commit b0b2f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/configure-ssl-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Export your merged TLS/SSL certificate with the private key that your certificat
287287
If you generated your certificate request using OpenSSL, then you have created a private key file. To export your certificate to PFX, run the following command. Replace the placeholders _<private-key-file>_ and _<merged-certificate-file>_ with the paths to your private key and your merged certificate file.
288288

289289
> [!NOTE]
290-
> OpenSSL v3 creates certificate serials with 20 octets (40 chars) as the X.509 specification allows. Currently only 10 octets (20 chars) is supportet when uploading certificate PFX files.
290+
> OpenSSL v3 creates certificate serials with 20 octets (40 chars) as the X.509 specification allows. Currently only 10 octets (20 chars) is supported when uploading certificate PFX files.
291291
> OpenSSL v3 also changed default cipher from 3DES to AES256, but this can be overridden on the command line.
292292
> OpenSSL v1 uses 3DES as default and only uses 8 octets (16 chars) in the serial, so the PFX files generated are supported without any special modifications.
293293

0 commit comments

Comments
 (0)