01_certs.sh 339 B

123456789101112
  1. #!/bin/sh
  2. ../bin/syspkg cert "GB" "John Dev <john@xmail>"
  3. cp ~/.config/syspkg/cert ./certdev
  4. ../bin/syspkg cert --repo "HU" "Awesome Repo"
  5. cp ~/.config/syspkg/cert ./certrepo
  6. ../bin/syspkg cert --sign ./certdev ./certdevsig
  7. cp certdevsig ~/.config/syspkg/cert
  8. openssl x509 -text -in certrepo
  9. openssl x509 -text -in ~/.config/syspkg/cert