5 Zeilen
253 B
Plaintext
5 Zeilen
253 B
Plaintext
|
#!/bin/bash
|
||
|
source ./config
|
||
|
certtool -p --null-password --bits=$laenge --$typ --outfile=puppet.key -8
|
||
|
certtool -c --null-password --load-ca-privkey=ca.key --load-ca-certificate=ca.pem --load-privkey=puppet.key --outfile=puppet.pem --template=puppet.txt
|