mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-07 22:18:27 +01:00
8bcabff0c1
- 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
8 lines
86 B
Bash
8 lines
86 B
Bash
#!/bin/bash
|
|
./rootA.sh
|
|
./rootB.sh
|
|
./clientA.sh
|
|
./clientB.sh
|
|
./serverA.sh
|
|
./serverB.sh
|