diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2017-10-20 21:35:47 +0200 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2017-10-20 21:35:47 +0200 |
| commit | 7afd94fdcde2a17f88064ebae9e244c987150a04 (patch) | |
| tree | 7b959eeb71936f4a557e488364e5e3d216d6c415 /scripts/root-admin-init.sh | |
| parent | 107e509b488a850e4d424e99f58a937e92e6bdf9 (diff) | |
Updated root scripts.
Diffstat (limited to 'scripts/root-admin-init.sh')
| -rwxr-xr-x | scripts/root-admin-init.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/root-admin-init.sh b/scripts/root-admin-init.sh deleted file mode 100755 index f30990f..0000000 --- a/scripts/root-admin-init.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -pki -c Secret.123 client-init --force - -pki -c Secret.123 client-cert-import "Root CA Signing Certificate" --ca-server - -pki -c Secret.123 client-cert-import \ - --pkcs12 ~/.dogtag/pki-tomcat/ca_admin_cert.p12 \ - --pkcs12-password Secret.123 - -#pki -c Secret.123 pkcs12-import \ -# --pkcs12-file ~/.dogtag/pki-tomcat/ca_admin_cert.p12 \ -# --pkcs12-password Secret.123 |
