diff --git a/explanation/cryptography/crypto_charms.md b/explanation/cryptography/crypto_charms.md index 75d9b548..8527e22a 100644 --- a/explanation/cryptography/crypto_charms.md +++ b/explanation/cryptography/crypto_charms.md @@ -1,7 +1,7 @@ (exp-security-crypto-charms)= # Anbox Cloud Charms -The following charms for Anbox Cloud are captured in this explanation +The following charms for Anbox Cloud are captured in this explanation: * [`ams`](https://charmhub.io/ams) * [`ams-lxd`](https://charmhub.io/ams-lxd) @@ -11,13 +11,10 @@ The following charms for Anbox Cloud are captured in this explanation * [`anbox-cloud-dashboard`](https://charmhub.io/anbox-cloud-dashboard) * [`lxd-integrator`](https://charmhub.io/lxd-integrator) -The charms for Anbox Cloud make use of cryptographic technology for: +The charms for Anbox Cloud make use of cryptographic technology for creation of TLS certificates. -* Creation of TLS certificates -## Creation of TLS certificates - -When Anbox Cloud is deployed without the use of an external CA, the charms will generated self-signed certificates using the [cryptography`](https://pypi.org/project/cryptography/) Python package. The private key used for signing has a size of 4096 bits. +When Anbox Cloud is deployed without the use of an external CA, the charms will generate self-signed certificates using the [cryptography`](https://pypi.org/project/cryptography/) Python package. The private key used for signing has a size of 4096 bits. ## Packages used