Skip to content

Commit

Permalink
readd placeholder cert files in example dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Jan 2, 2024
1 parent 1f74212 commit 90e1583
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native-tls/examples/identity.p12
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
replace this file with a pkcs12 file. for development use, install mkcert and run
`mkcert -pkcs12 -p12-file identity.p12 localhost 127.0.0.1 ::1`
2 changes: 2 additions & 0 deletions rustls/examples/cert.pem
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
replace this file with a cert file in pem format. for development use, install mkcert and run
mkcert -key-file key.pem -cert-file cert.pem localhost 127.0.0.1 ::1
2 changes: 2 additions & 0 deletions rustls/examples/key.pem
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
replace this file with a pkcs8 key file. for development use, install mkcert and run
`mkcert -key-file key.pem -cert-file cert.pem localhost 127.0.0.1 ::1`

0 comments on commit 90e1583

Please sign in to comment.