https://github.com/riotkit-org/certificates
Self-signed certificates generating
https://github.com/riotkit-org/certificates
riotkit self-signed-certificate ssl ssl-certificates tls
Last synced: 4 months ago
JSON representation
Self-signed certificates generating
- Host: GitHub
- URL: https://github.com/riotkit-org/certificates
- Owner: riotkit-org
- Created: 2020-02-15T19:41:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T19:51:46.000Z (over 6 years ago)
- Last Synced: 2026-01-30T17:53:57.091Z (5 months ago)
- Topics: riotkit, self-signed-certificate, ssl, ssl-certificates, tls
- Language: Makefile
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# certificates
Self-signed certificates generation never was so simple before.
### 1. Generating server certificate authority
```bash
make server@create_ca
```
Now copy the contents of `server/` directory, and keep in safe place.
Do not delete the contents from this directory, as you need the certificate to generate client certificates.
### 2. Generate client certificate
```bash
make client@generate_cert NAME=my-domain.org
```
Copy the contents of `clients/my-domain.org/` directory to a safe place and use in your application.