Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Keirthana T S <[email protected]>
  • Loading branch information
morphis and keirthana authored Aug 29, 2024
1 parent 4039354 commit e4fa059
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions explanation/cryptography/crypto_charms.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

Expand Down

0 comments on commit e4fa059

Please sign in to comment.