Modyfied to match new directory structure
FossilOrigin-Name: a9a44233b1245a44294ae7f530827e706959ae15be2dedfccd3cca974b8607d7
This commit is contained in:
parent
5244404486
commit
43c4e29e92
@ -1,4 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
NAME=$1
|
||||||
|
if [ -z $1 ]
|
||||||
|
then
|
||||||
|
NAME="root-ca.crt"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
echo clock set $(date "+%H:%M:%S %d %b %Y")
|
echo clock set $(date "+%H:%M:%S %d %b %Y")
|
||||||
echo debug capwap console cli
|
echo debug capwap console cli
|
||||||
echo configure terminal
|
echo configure terminal
|
||||||
@ -11,7 +19,7 @@ echo enrollment profile ACTube
|
|||||||
echo revocation-check none
|
echo revocation-check none
|
||||||
echo exit
|
echo exit
|
||||||
echo crypto ca authenticate ACTube
|
echo crypto ca authenticate ACTube
|
||||||
cat root-ca.crt
|
cat root-ca/$NAME
|
||||||
echo
|
echo
|
||||||
echo y
|
echo y
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user