Add a test CA generator
This commit is contained in:
parent
4ed8eac25c
commit
334a446425
3
tools/bootstrap_test_ca.sh
Executable file
3
tools/bootstrap_test_ca.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
openssl req -x509 -newkey rsa:384 -keyout CA/root-ca-unwrapped.key -out CA/root-ca.crt -nodes -batch
|
Loading…
x
Reference in New Issue
Block a user