Created
February 13, 2011 12:40
-
-
Save seanosulliv/824653 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo "Enter zone to cycle ksk for :" | |
read ZONE | |
KEYID=$(sudo ods-ksmutil key export --zone $ZONE --keystate ready --ds | awk '{print $5}') | |
sudo ods-ksmutil key ds-seen -z $ZONE -x $KEYID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment