5 Zeilen
183 B
Plaintext
5 Zeilen
183 B
Plaintext
|
#!/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
|