aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuuta Liang <yuutaw@student.cs.ubc.ca>2023-11-23 08:41:56 +0800
committerYuuta Liang <yuutaw@student.cs.ubc.ca>2023-11-23 08:41:56 +0800
commit4d903cf80c4f2f8a5d6b22964ed23d8584fdbed4 (patch)
tree2ff4361e31afe6c4685511fc8ff90d090af13bf6 /README.md
parent1f60e26c8023eed7205fb4c7ded2dc0eea6b6d57 (diff)
downloadjca-4d903cf80c4f2f8a5d6b22964ed23d8584fdbed4.tar
jca-4d903cf80c4f2f8a5d6b22964ed23d8584fdbed4.tar.gz
jca-4d903cf80c4f2f8a5d6b22964ed23d8584fdbed4.tar.bz2
jca-4d903cf80c4f2f8a5d6b22964ed23d8584fdbed4.zip
Add QR code
Signed-off-by: Yuuta Liang <yuutaw@student.cs.ubc.ca>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1040e4b..802448a 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,9 @@ container, upon each successful sign.
8. Periodically publish CRLs. On the "CA" tab, click on the "CRL" button on the top right, and select a path for the CRL.
The database automatically saves after issuing a new CRL.
+The CA public key will also be rendered as a QR code on the "CA" tab, for easier transfer between computers. The encoded
+data is PEM-encoded PKCS#1 public key.
+
## Author
Yuuta Liang <yuutaw@student.ubc.ca>