Skip to content

Commit

Permalink
specify key type rsa (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous authored Jan 12, 2024
1 parent 2c062b5 commit 3ae7d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/aws/create-server-certificate-letsencrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sudo yum install -y certbot
Then issue the wildcard certificate such as `*.example.aklivity.io`.

```bash:no-line-numbers
sudo certbot -d *.example.aklivity.io --manual --preferred-challenges dns certonly
sudo certbot -d *.example.aklivity.io --manual --preferred-challenges dns --key-type rsa certonly
```

This will require you to respond to the challenge by adding a custom DNS record proving ownership of the wildcard domain, such as `*.example.aklivity.io`.
Expand Down

0 comments on commit 3ae7d9a

Please sign in to comment.