Skip to content

Commit 1c2b6a9

Browse files
committed
Use absolute path as relative pathes are not allowed
Signed-off-by: Anja Strunk <[email protected]>
1 parent 5fcfacd commit 1c2b6a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Standards/scs-0125-v1-secure-connections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ See the [corresponding Design Considerations section](#libvirt-hypervisor-interf
271271
Conformance tests are limited to communication channels exposed to users, such as the public API interfaces.
272272
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.
273273

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

0 commit comments

Comments
 (0)