docs: update docs

main
Muhammad Daffa 2022-11-15 17:14:45 +07:00 committed by GitHub
parent 5dad6716eb
commit 4bf89357cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 1 deletions

View File

@ -1,2 +1,18 @@
# openxpki-installer
# OpenXPKI Installer
Simple bash script to install OpenXPKI on Debian
## How to Use
```bash
$ sudo su
$ git clone https://github.com/daffainfo/openxpki-installer
$ cd openxpki-installer
$ mv install.sh /root/
$ bash install.sh
```
After install, go to https://YOUR_IP/openxpki/
## Prerequisite
- Debian 10
## Reference
- https://openxpki.readthedocs.io/en/stable/quickstart.html