diff --git a/ssl/mkciscoimport.sh b/ssl/mkciscoimport.sh new file mode 100755 index 00000000..0c9a2bf6 --- /dev/null +++ b/ssl/mkciscoimport.sh @@ -0,0 +1,21 @@ +#!/bin/sh +echo clock set $(date "+%H:%M:%S %d %b %Y") +echo debug capwap console cli +echo configure terminal +echo crypto ca profile enrollment ACTube +echo authentication terminal +echo enrollment terminal +echo exit +echo crypto ca trustpoint ACTube +echo enrollment profile ACTube +echo revocation-check none +echo exit +echo crypto ca authenticate ACTube +cat root-ca.crt +echo +echo y +echo +echo exit +echo + +