propellor spin
This commit is contained in:
parent
ce7f14b9b3
commit
8c1006c654
File diff suppressed because it is too large
Load Diff
|
@ -27,7 +27,7 @@ keysInstalled domain = RevertableProperty setup cleanup
|
||||||
keysrc k = PrivDataSource (DnsSec k) $ unwords
|
keysrc k = PrivDataSource (DnsSec k) $ unwords
|
||||||
[ "The file with extension"
|
[ "The file with extension"
|
||||||
, keyExt k
|
, keyExt k
|
||||||
, " created by running:"
|
, "created by running:"
|
||||||
, if isZoneSigningKey k
|
, if isZoneSigningKey k
|
||||||
then "dnssec-keygen -a RSASHA256 -b 2048 -n ZONE " ++ domain
|
then "dnssec-keygen -a RSASHA256 -b 2048 -n ZONE " ++ domain
|
||||||
else "dnssec-keygen -f KSK -a RSASHA256 -b 4096 -n ZONE " ++ domain
|
else "dnssec-keygen -f KSK -a RSASHA256 -b 4096 -n ZONE " ++ domain
|
||||||
|
|
Loading…
Reference in New Issue