Modyfied to match new directory structure

FossilOrigin-Name: a9a44233b1245a44294ae7f530827e706959ae15be2dedfccd3cca974b8607d7
This commit is contained in:
7u83@mail.ru 2015-01-24 07:49:16 +00:00
parent 5244404486
commit 43c4e29e92
1 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,12 @@
#!/bin/sh
NAME=$1
if [ -z $1 ]
then
NAME="root-ca.crt"
fi
echo clock set $(date "+%H:%M:%S %d %b %Y")
echo debug capwap console cli
echo configure terminal
@ -11,7 +19,7 @@ echo enrollment profile ACTube
echo revocation-check none
echo exit
echo crypto ca authenticate ACTube
cat root-ca.crt
cat root-ca/$NAME
echo
echo y
echo