Skip to content

Commit

Permalink
Merge pull request wso2#8589 from Tharanidk/4.1.0
Browse files Browse the repository at this point in the history
[4.1.0]Update the SSL certificate key size in custom proxy path document
  • Loading branch information
Tharanidk authored Oct 31, 2024
2 parents 56aa5a2 + 0c445b2 commit 814ca02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ reverse proxy server fronting the back-end service.
prompted when creating the private key.

```bash
sudo openssl genrsa -des3 -out server.key 1024
sudo openssl genrsa -des3 -out server.key 2048
```

5. Next, create the certificate signing request as shown below.
Expand Down

0 comments on commit 814ca02

Please sign in to comment.