One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
# Generates X509 self signed keys pairs | |
# | |
# Structure: | |
# openssl req -x509 -newkey rsa:4096 -keyout "<pkey_name>" -out "<cert_name>" -sha256 -days <days> -subj '/CN=<domain>' | |
# | |
# Parmaeters: | |
# pkey_name: The name of the generated private key file | |
# cert_name: The name of the generated public key file | |
# days: The number of days the cert if valid for | |
# domain: The domain the cert is being generated on |
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.