Dieses Repository wurde am 2021-10-23 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
|
#!/bin/bash
|
|
source ./config
|
|
certtool -p --null-password --bits=$laenge --$typ --outfile=ca.key -8
|
|
certtool -s --null-password --load-privkey=ca.key --outfile=ca.pem --template=ca.txt
|