We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef10771 commit f14cff9Copy full SHA for f14cff9
1 file changed
hugo-gh/content/tutorials/Workflow-Automation-Scripts.md
@@ -26,6 +26,15 @@ ENVIRONMENT VARIABLES:
26
NSUPDATE_SIG0_KEYPATH specifies the full directory path of the keystore to read and write SIG(0) keys
27
NEW_FQDN specifies the fully qualified domain name to update
28
ZONE the DNS zone of the fully qualified domain name (default is autodetect zone)
29
+
30
+EXAMPLE USE:
31
32
+$ request_key xetrov.beta.berlin.freifunk.net
33
+Generating key pair.
34
+Kxetrov.beta.berlin.freifunk.net.+015+00672
35
+New SIG0 keypair for xetrov.beta.berlin.freifunk.net generated in /home/vortex/src/sig0namectl/keystore
36
+KEY request 'xetrov._signal.beta.berlin.freifunk.net IN KEY 512 3 15 cVUh+K/kOMf1whPuTM9p3NHkiTKPSLxv1LHY/rNxuUg=' added
37
38
```
39
40
0 commit comments