aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorPasha <pasha@member.fsf.org>2023-12-17 19:37:05 +0000
committerPasha <pasha@member.fsf.org>2023-12-17 19:37:05 +0000
commit551f957d57cb930bfcfd46e763a6556b2e50ec72 (patch)
treec6c96c79994bf9be8cb78d2997098f9c5ab034c5 /INSTALL
downloadgnupg_over_web-551f957d57cb930bfcfd46e763a6556b2e50ec72.tar.gz
gnupg_over_web-551f957d57cb930bfcfd46e763a6556b2e50ec72.tar.bz2
initial commit
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..c8d61de
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,12 @@
+INSTALL
+--------
+Install gnupg and python3-gpg
+
+Example:
+1. generate a gnupg certificate without password.
+2. run "gpg_websocket.py" from the user account with gpg private key.
+3. install webserver with php support to test demo.php.
+4. update "$pubkey" and YOUR_KEY_ID with your public-key and key-id.
+5. now you can test demo.php.
+
+