1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

fix: add missing pipes

This commit is contained in:
JanHoefelmeyer 2024-08-08 12:41:54 +02:00
parent e603c525c1
commit f93842c179
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ dns_name = "localhost"
serial = 010
expiration_days = 50
' sudo tee gnutls-certtool.testserver.template
' | sudo tee gnutls-certtool.testserver.template
sudo certtool --generate-certificate --load-privkey testserver-key.pem --outfile testserver.crt --load-ca-certificate rootca-cert.pem --load-ca-privkey rootca-key.pem --template gnutls-certtool.testserver.template --stdout | head -1