4 Zeilen
183 B
Bash
Ausführbare Datei
4 Zeilen
183 B
Bash
Ausführbare Datei
#!/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
|