Add tee to log for signing

main
Jan Dittberner 2 years ago committed by Jan Dittberner
parent 56fbea7673
commit 903fef73f5

@ -173,6 +173,7 @@ openssl ca \
-startdate $(date +%y%m%d%H%M%SZ --date="today") \ # use the current date
-enddate $(date +%y%m%d%H%M%SZ --date="today + 5 years 0:00") # use 5 years later
-out class3.crt.pem \ # output class3 certificate
2>&1 | tee -a class3-signing-$(date +%Y%m%d).log
```
## Post-signing changes on the signer

Loading…
Cancel
Save