- Update your default environment with the content of the script $HOME/dev/STF525_Its/scripts/devenv.bash.ubuntu
- Update your default environment with the content of the script $HOME/dev/TTF0002_Its/scripts/devenv.bash.ubuntu
- Switch to the next clause (Usage)
...
...
@@ -227,12 +227,12 @@ Procedure using Eclipse TITAN:
- Start eclipse using a new workspace, (e.g. with the name workspace_titan)
- Download and follow the steps to install Eclipse plugins for TITAN, accessible [here]{https://www.eclipse.org/downloads/download.php?file=/titan/Eclipse_installationguide.pdf}
- Open the workspace_titan
- Create a new TITAN project (e.g. STF525_Its)
- Create a new TITAN project (e.g. TTF0002_Its)
<TODO>
Procedure in TITAN command line:
- Open several SSH session (PuTTY...)
- Change to the directory ~/dev/STF525_Its/src/AtsCAM/objs
- Change to the directory ~/dev/TTF0002_Its/src/AtsCAM/objs
- Build the test suite AtsCAM
```sh
...
...
@@ -256,7 +256,7 @@ $ ../bin/run-all.bash
## How to generate ITS test certificates
The Test System includes a tool, asn1cert, to generate ITS test certificates used for Conformance Testing.
This tool is located in the folder '~/dev/STF525_Its/tools/itscertgen/'.
This tool is located in the folder '~/dev/TTF0002_Its/tools/itscertgen/'.
Note: These certificates can not be used in a true architectures, there are present only for testing and/or debug purposes.
...
...
@@ -272,13 +272,13 @@ To build the tool, run the 'make' command in each of the following folders:
### Generate the certificates
After that change to the folder '~/dev/STF525_Its/data/v3' and execute 'make command.
The certificates will be located in the folder '~/dev/STF525_Its/data/v3/certificates'.
After that change to the folder '~/dev/TTF0002_Its/data/v3' and execute 'make command.
The certificates will be located in the folder '~/dev/TTF0002_Its/data/v3/certificates'.
### Modify or create new certificates
The folder '~/dev/STF525_Its/data/v3/profiles' contains an XML file for each certificate to be generated.
The folder '~/dev/TTF0002_Its/data/v3/profiles' contains an XML file for each certificate to be generated.
This XML file describes the certificate content (e.g. CERT_IUT_A_RCA.xml describes the root certificate for all CERT_IUT_A certificates).
By modifying these files, you can change create new certificate with different geographical area, different validity periods or different SSPs.