propellor spin

This commit is contained in:
Joey Hess 2015-01-04 13:56:55 -04:00
parent ce7f14b9b3
commit 8c1006c654
Failed to extract signature
2 changed files with 848 additions and 750 deletions

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,7 @@ keysInstalled domain = RevertableProperty setup cleanup
keysrc k = PrivDataSource (DnsSec k) $ unwords
[ "The file with extension"
, keyExt k
, " created by running:"
, "created by running:"
, if isZoneSigningKey k
then "dnssec-keygen -a RSASHA256 -b 2048 -n ZONE " ++ domain
else "dnssec-keygen -f KSK -a RSASHA256 -b 4096 -n ZONE " ++ domain