Skip to content

Commit

Permalink
Replace absolute dead links with relative links
Browse files Browse the repository at this point in the history
Signed-off-by: Anja Strunk <[email protected]>
  • Loading branch information
anjastrunk committed Nov 25, 2024
1 parent 3dbb7d7 commit 4c75d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Standards/scs-0125-v1-secure-connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ See the [corresponding Design Considerations section](#libvirt-hypervisor-interf
Conformance tests are limited to communication channels exposed to users, such as the public API interfaces.
Internal channels and APIs are currently not part of the automated conformance tests because they are not exposed and cannot be audited without direct access to the infrastructure.

There is a test suite in [`tls-checker.py`](https://github.com/SovereignCloudStack/standards/blob/main/Tests/iaas/secure-connections/tls-checker.py).
There is a test suite in [`tls-checker.py`](Tests/iaas/secure-connections/tls-checker.py).
The test suite connects to the OpenStack API and retrieves all public API endpoints from the service catalog.
It then connects to each endpoint and verifies the compliance to the standard by checking SSL/TLS properties against the Mozilla TLS preset.
Please consult the associated [README.md](https://github.com/SovereignCloudStack/standards/blob/main/Tests/iaas/secure-connections/README.md) for detailed setup and testing instructions.
Please consult the associated [README.md](Tests/iaas/secure-connections/README.md) for detailed setup and testing instructions.

0 comments on commit 4c75d59

Please sign in to comment.