Skip to content

Commit

Permalink
fix SSL certificate key size
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharanidk committed Oct 31, 2024
1 parent c26d734 commit 0c445b2
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 0c445b2

Please sign in to comment.