Skip to content

Commit

Permalink
Add create-cert script
Browse files Browse the repository at this point in the history
Signed-off-by: Dhi Aurrahman <diorahman@rockybars.com>
  • Loading branch information
diorahman committed Jan 16, 2018
1 parent c3b7fe0 commit 683a336
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
```
$ docker compose up
$ make
```
```

To generate new cert and key, just run the `./create-cert.sh`
1 change: 1 addition & 0 deletions create-cert.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
openssl req -x509 -newkey rsa:4096 -keyout envoy/pem/key -out envoy/pem/cert -days 365 -nodes -subj '/CN=localhost'

0 comments on commit 683a336

Please sign in to comment.