diff --git a/docs/_data/changelog.yml b/docs/_data/changelog.yml index 58568296..e64ef2e4 100644 --- a/docs/_data/changelog.yml +++ b/docs/_data/changelog.yml @@ -2550,7 +2550,7 @@ application: version: 1.130.0 breaking_changes: - - text: The Audit Log REST API (preview) `/v1-pre/{organizationId}/AuditLog/Events` doesn't include signing request events anymore, instead they can be retrieved via the the new `/v1-pre/{organizationId}/AuditLog/SigningRequestEvents` route. + - text: The Audit Log REST API (preview) `/v1-pre/{organizationId}/AuditLog/Events` doesn't include signing request events anymore, instead they can be retrieved via the new `/v1-pre/{organizationId}/AuditLog/SigningRequestEvents` route. issues: [SIGN-5380] new_features: - text: Added support for additional, organization-specific key stores. diff --git a/docs/crypto-providers/cryptoki.md b/docs/crypto-providers/cryptoki.md index 4963e4f8..710bc30c 100644 --- a/docs/crypto-providers/cryptoki.md +++ b/docs/crypto-providers/cryptoki.md @@ -49,7 +49,7 @@ This section provides general information about using the SignPath Cryptoki libr {:.panel.warning} > **OpenSSL 3.0.0 - 3.0.8 incompatibility** > -> Distributions with an OpenSSL version between 3.0.0 and 3.0.8 (including) don't support the the [OpenSSL](#openssl) and [osslsigncode](#osslsigncode) scenarios. +> Distributions with an OpenSSL version between 3.0.0 and 3.0.8 (including) don't support the [OpenSSL](#openssl) and [osslsigncode](#osslsigncode) scenarios. > The reason is an [OpenSSL bug](https://github.com/openssl/openssl/issues/20161) which has been fixed in OpenSSL 3.0.9. > The issue results in _"http_exception occurred (error code= generic:168296454): Error in SSL handshake"_ errors. > diff --git a/docs/trusted-build-systems/github.md b/docs/trusted-build-systems/github.md index a8370189..8868dec9 100644 --- a/docs/trusted-build-systems/github.md +++ b/docs/trusted-build-systems/github.md @@ -70,7 +70,7 @@ steps: > > If _all_ of the following conditions apply, the required permissions have to be enabled in the workflow definition: > -> * the the GitHub repository is private +> * the GitHub repository is private > * the workflow permissions are set to the default "Read repository contents and packages permissions" > * The SignPath GitHub App is _not_ installed >