Skip to content

Commit 45e419c

Browse files
committed
Update docs
1 parent 80791a3 commit 45e419c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,6 +1263,7 @@ module "dns" {
12631263
The public and private key can also be generated with openssl command-line and supplied
12641264
to the DNS module like this:
12651265
```shell
1266+
$ openssl genrsa -out dkim_private.pem
12661267
$ openssl rsa -in dkim_private.pem -pubout -out dkim_public.pem
12671268
```
12681269
```hcl

0 commit comments

Comments
 (0)