Commit 3a6446ad authored by Brendan McKenna's avatar Brendan McKenna
Browse files

Update Readme.md

parent 8914f2fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# ETSI SSP TTF x509 certificates generation
## Overview
This set of programs and files aims at generating the x509v3 certificates used for the Accessor Authentication Service as described in the annex C of the [TS 103.666 part 1 V15.2.0  (2020-04)](https://www.etsi.org/deliver/etsi_ts/103600_103699/10366601/15.00.00_60/ts_10366601v150000p.pdf) .
This set of programs and files aims at generating the x509v3 certificates used for the Accessor Authentication Service as described in annex C of the [TS 103.666 part 1 V15.2.0  (2020-04)](https://www.etsi.org/deliver/etsi_ts/103600_103699/10366601/15.00.00_60/ts_10366601v150000p.pdf) .
## Installation
OpenSSL 3.0.0 shall be installed. The guidelines for performing the installation are available in [OpenSSL](https://www.openssl.org)
Python Cryptography package shall be installed. The guidelines for performing the installation are available in [Cryptography.io](https://cryptography.io/en/latest/installation.html) .
@@ -10,7 +10,7 @@ The following shell command shall be executed.

`./GENKEY.bat`

## Generation of the cerficates
## Generation of the certificates
The following command shall be executed.

`python3 CreateCertificate.py -i <parameters_file.yaml`