diff --git a/explanation/security.md b/explanation/anbox-security.md similarity index 99% rename from explanation/security.md rename to explanation/anbox-security.md index 41367a9a..fa1d799f 100644 --- a/explanation/security.md +++ b/explanation/anbox-security.md @@ -1,5 +1,5 @@ (exp-security)= -# Security +# Security in Anbox Cloud Anbox Cloud is secure by design, which means that its architecture, its components and all communication between components are designed to be fundamentally secure. diff --git a/explanation/security/crypto_ams.md b/explanation/cryptography/crypto_ams.md similarity index 98% rename from explanation/security/crypto_ams.md rename to explanation/cryptography/crypto_ams.md index 203843dc..9ce95f18 100644 --- a/explanation/security/crypto_ams.md +++ b/explanation/cryptography/crypto_ams.md @@ -1,5 +1,5 @@ (exp-security-crypto-ams)= -# Cryptographic information: AMS +# AMS Anbox Management Service (AMS) is using cryptographic technology for: diff --git a/explanation/security/crypto_stream_agent.md b/explanation/cryptography/crypto_stream_agent.md similarity index 97% rename from explanation/security/crypto_stream_agent.md rename to explanation/cryptography/crypto_stream_agent.md index 4ea04e7a..6fa96641 100644 --- a/explanation/security/crypto_stream_agent.md +++ b/explanation/cryptography/crypto_stream_agent.md @@ -1,5 +1,5 @@ (exp-security-crypto-ams)= -# Cryptographic information: Anbox Stream Agent +# Anbox Stream Agent Anbox Streaming Agent is using cryptographic technology for: diff --git a/explanation/cryptography/landing.md b/explanation/cryptography/landing.md new file mode 100644 index 00000000..9153378b --- /dev/null +++ b/explanation/cryptography/landing.md @@ -0,0 +1,14 @@ +(exp-security-landing)= + +# Cryptography + +This section provides details about the cryptographic technology used by Anbox Cloud and why they are used. + +This information is currently available for the following components: + +```{toctree} + :maxdepth: 1 + +crypto_ams +crypto_stream_agent +``` \ No newline at end of file diff --git a/explanation/landing.md b/explanation/landing.md index ea24f9f8..878503b4 100644 --- a/explanation/landing.md +++ b/explanation/landing.md @@ -52,6 +52,7 @@ applications application-streaming capacity-planning clustering +cryptography/landing custom-images gpus-instances images @@ -61,6 +62,6 @@ performance production-planning rendering-architecture resources -security +anbox-security platforms ```