Skip to content

Commit

Permalink
Fix broken relative link in ngin/fulltest/README.md (#258)
Browse files Browse the repository at this point in the history
The doc points at `build-server.sh` when the filename  is actually `build_ubuntu.sh`.
  • Loading branch information
aes512 authored Jan 18, 2024
1 parent 8716db3 commit be310e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/fulltest/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scripts to generate OQS test server

This folder contains all scripts to [build a QSC-enabled nginx server running on ubuntu](build-ubuntu.sh) as well as generating all configuration files for running an interoperability test server: Running [python3 genconfig.py](genconfig.py) generates a local/self-signed root CA, all QSC certificates signed by this root CA for the currently supported list of QSC algorithms and the required nginx-server configuration file for a server running at the configured TESTFQDN server address.
This folder contains all scripts to [build a QSC-enabled nginx server running on ubuntu](build_ubuntu.sh) as well as generating all configuration files for running an interoperability test server: Running [python3 genconfig.py](genconfig.py) generates a local/self-signed root CA, all QSC certificates signed by this root CA for the currently supported list of QSC algorithms and the required nginx-server configuration file for a server running at the configured TESTFQDN server address.

*Note*: These scripts assume
- coherent definition of test server FQDN as TESTFQDN in `genconfig.py` and `ext-csr.conf` files: By default "test.openquantumsafe.org" is set.
Expand Down

0 comments on commit be310e4

Please sign in to comment.