Codebase list unbound / f676e85
smallapp/unbound-control-setup.sh: remove note about enabling in unbound.conf since it is already enabled now Robert S. Edmonds 12 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
8080 echo " -d dir use directory to store keys and certificates."
8181 echo " default: $DESTDIR"
8282 echo "please run this command using the same user id that the "
83 echo "unboun daemon uses, it needs read privileges."
83 echo "unbound daemon uses, it needs read privileges."
8484 exit 1
8585 ;;
8686 esac
156156 rm -f request.cfg
157157 rm -f $CTL_BASE"_trust.pem" $SVR_BASE"_trust.pem" $SVR_BASE"_trust.srl"
158158
159 echo "Setup success. Certificates created. Enable in unbound.conf file to use"
159 echo "Setup success. Certificates created."
160160
161161 exit 0