We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaba0a8 commit 00dc614Copy full SHA for 00dc614
var/www/repo/bash.sh
@@ -30,3 +30,18 @@ apm install hello-world
30
# apm verifies:
31
# - SHA256 hash from index.json
32
# - GPG signature on package + index
33
+# Import repo public key (once)
34
+gpg --import aura-public.gpg
35
+
36
+# Install package
37
+apm install hello-world
38
39
+# apm verifies:
40
+# - SHA256 hash from index.json
41
+# - GPG signature on package + index
42
+# Generate Aura signing key
43
+gpg --quick-gen-key "AuraOS Repo <repo@auraos.org>" rsa4096 sign 1y
44
45
+# Export public key for clients
46
+gpg --armor --export "AuraOS Repo" > /var/www/repo/keys/aura-public.gpg
47
0 commit comments