anonymous 2 years ago
parent
commit
add93fba59
2 changed files with 4 additions and 0 deletions
  1. +0
    -0
      bin/regenerate-crl.sh
  2. +4
    -0
      bin/revoke-cert.sh

bin/generate-crl.sh → bin/regenerate-crl.sh View File


+ 4
- 0
bin/revoke-cert.sh View File

@@ -0,0 +1,4 @@
#!/bin/bash

openssl ca -revoke $@ \
-config ./openssl.cnf

Loading…
Cancel
Save