Skip to content

Commit

Permalink
Documentation Cleanup.
Browse files Browse the repository at this point in the history
Cleanup a bit of the README content, mostly
language fixes seen upon re-reading the readings.
  • Loading branch information
morrowc committed Dec 28, 2024
1 parent 945d0c5 commit 4fa8718
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions certz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ The normal use-case would be to:
SSL profiles logically group a certificate (private and public keys),
Certificate Authority chain of certificates (a.k.a. a CA trust bundle) and
a set of Certificate Revocation Lists into a set that then can be assigned
as a whole to a gRPC server.
as a whole to a gRPC service.

There is always at least one profile present on a target - the `system_default_profile` which is vendor provided.
There is always at least one profile present on a target - the `system_default_profile`
which is vendor provided.
This profile cannot be changed or deleted.
See the the [System default SSL profile](#system-default-ssl-profile) section below.

Expand All @@ -49,7 +50,7 @@ Profiles existing on a target can be discovered using the

A SSL profile can be added using the `Certz.AddProfile()` RPC.

When no longer a profile is needed it can be removed from the target via
When a profile is no longer needed it can be removed from the target via
`Certz.DeleteProfile()` RPC. Note that the gNxI SSL profile cannot be
removed.

Expand Down

0 comments on commit 4fa8718

Please sign in to comment.