Skip to content

Commit

Permalink
Rename cert to crt
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
diorahman committed Jan 22, 2018
1 parent dbdb1ac commit e59f495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-cert.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
openssl req -x509 -newkey rsa:4096 -keyout envoy/pem/key -out envoy/pem/cert -days 365 -nodes -subj '/CN=localhost'
openssl req -x509 -newkey rsa:4096 -keyout envoy/pem/key -out envoy/pem/crt -days 365 -nodes -subj '/CN=localhost'

0 comments on commit e59f495

Please sign in to comment.