[dnssec] Correction de l'emplacement des clefs
Ignore-this: 590e268bcfb4ef4fedcfb84c05e7957a darcs-hash:20120409191625-3651d-d01944162cc0bd1e1588abdc9aa7002eb101412c.gz
This commit is contained in:
parent
b43a8c124d
commit
d715bd72e8
5 changed files with 12 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd /etc/crans/secrets/dnssec
|
||||
cd /usr/scripts/var/dnssec
|
||||
|
||||
if [[ $1 == "" ]]
|
||||
then echo "Usage: $0 nom_de_la_zone"
|
||||
|
@ -12,3 +12,5 @@ rm zone_$1
|
|||
|
||||
cat K$1*.key >> zone_$1
|
||||
|
||||
chmod 664 zone_*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue