Skip to content
Snippets Groups Projects
Commit 4947a0b9 authored by Sean Bright's avatar Sean Bright
Browse files

Fix references to 'keys' CLI commands in astgenkey

........

Merged revisions 409777 from http://svn.asterisk.org/svn/asterisk/branches/1.8


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@409778 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent c332bb27
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@ if [ "$QUIET" != 'y' ]; then
echo "need to be moved to /var/lib/asterisk/keys if you want"
echo "to use them, and any private keys (.key files) will"
echo "need to be initialized at runtime either by running"
echo "Asterisk with the '-i' option, or with the 'init keys'"
echo "Asterisk with the '-i' option, or with the 'keys init'"
echo "command once Asterisk is running."
echo ""
echo "Press ENTER to continue or ^C to cancel."
......
......@@ -94,7 +94,7 @@ Those files should be copied to
To see the currently-installed keys from the asterisk CLI, use the command
.RS
show keys
keys show
.RE
.SH OPTIONS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment