Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 authored Jun 17, 2021
1 parent e99e399 commit e610137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A terraform server compatible with the terraform cloud API.
openssl req -x509 -newkey rsa:4096 -sha256 -keyout key.pem -out cert.crt -days 365 -nodes -subj '/CN=localhost' -addext 'subjectAltName=DNS:localhost'
```

1. Ensure your systems trusts the generated cert. For example, on Linux:
1. Ensure your system trusts the generated cert. For example, on Linux:

```bash
sudo cp cert.crt /usr/local/share/ca-certificates
Expand Down

0 comments on commit e610137

Please sign in to comment.