diff --git a/tools/certGen/README.md b/tools/certGen/README.md index 90fbd1f5..b1febc54 100644 --- a/tools/certGen/README.md +++ b/tools/certGen/README.md @@ -4,6 +4,12 @@ This is a basic self sign certificate generator for an OPC UA Server. ## Usage -Create a Python virtual enviroment using `python -m venv venv` and activate it with `source venv/bin/activate` . Install the required packages `pip install -r requirements.txt`. -Make a copy of `settings.template.json` and name it `.json` (`` is the name of your enviroment). Adapt your hostname(s) and IP adresses. -Call `python createCertificate.py `. All certificates are stored created in a folder named ``. Copy `server_key.der` and `server_cert.der` in the directory of the server executable. +- Create a Python virtual enviroment using `python -m venv venv` and activate it with `source venv/bin/activate`. + +- Install the required packages `pip install -r requirements.txt`. + +- Make a copy of `settings.template.json` and name it `.json` (`` is the name of your enviroment). Adapt your hostname(s) and IP adresses. + +- Call `python createCertificate.py `. + +- All certificates are stored created in a folder named ``. Copy `server_key.der` and `server_cert.der` in the directory of the server executable.