aboutsummaryrefslogtreecommitdiffstats
path: root/README.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc
index 530e465..e47100a 100644
--- a/README.adoc
+++ b/README.adoc
@@ -10,8 +10,12 @@ Agenix can be used directly with SSH public keys.
Create an encrypted age file:
- cat gmail.pass.plain | agenix -e gmail.age
+```bash
+cat gmail.pass.plain | agenix -e gmail.age
+```
Validate that the secret can be extracted:
- agenix -d relesoft.age -i /home/petri/.ssh/id_ed25519
+```bash
+agenix -d relesoft.age -i /home/petri/.ssh/id_ed25519
+```