Skip to content

Commit

Permalink
fix copy-paste error for serialnumber
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
  • Loading branch information
inteon committed Sep 5, 2023
1 parent e7ae3fa commit a09d1b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/usage/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ Certificate resources:

- `cert-manager.io/subject-serialnumber`: (optional) this annotation allows you to
configure `spec.subject.serialNumber` field for the Certificate to be generated.
Supports comma-separated values e.g. "123 Example St,456 Other Blvd"
Supports comma-separated values e.g. "10978342379280287615,1111144445555522228888"

- ` cert-manager.io/duration`: (optional) this annotation allows you to
configure `spec.duration` field for the Certificate to be generated.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/usage/ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ trigger Certificate resources to be automatically created:

- `cert-manager.io/subject-serialnumber`: (optional) this annotation allows you to
configure `spec.subject.serialNumber` field for the Certificate to be generated.
Supports comma-separated values e.g. "123 Example St,456 Other Blvd"
Supports comma-separated values e.g. "10978342379280287615,1111144445555522228888"

- ` cert-manager.io/duration`: (optional) this annotation allows you to
configure `spec.duration` field for the Certificate to be generated.
Expand Down

0 comments on commit a09d1b2

Please sign in to comment.