This website requires JavaScript.
Explore
Help
Sign In
dany
/
luasec
Watch
1
Star
0
Fork
0
You've already forked luasec
mirror of
https://github.com/brunoos/luasec.git
synced
2024-11-08 06:28:26 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fddde111f7
luasec
/
samples
/
certs
/
all.sh
8 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
Some minor adjusts in parameters and script
2022-12-12 22:19:37 +01:00
#!/bin/sh
Modernize certificate generation - Use 2048 bit keys (required for modern OpenSSL) - Use SHA256 instead of SHA1 (required for modern OpenSSL) - Add a SubjectAltName to be able to trigger certain edge-cases - Add all.sh to conveniently re-generate certificates
2018-11-19 15:56:42 +01:00
./rootA.sh
./rootB.sh
./clientA.sh
./clientB.sh
./serverA.sh
./serverB.sh
Reference in New Issue
Copy Permalink