Skip to content

riotkit-org/certificates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certificates

Self-signed certificates generation never was so simple before.

1. Generating server certificate authority

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

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.