Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKresse committed Feb 20, 2023
2 parents 73f5f36 + 36b60c0 commit 8215020
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ echo $certificate->get();
### AWS KMS

Nearly the same for AWS KMS. You only have to define the signature algorithm
yourself. See [here](https://docs.aws.amazon.com/kms/latest/developerguide/symm-asymm-choose.html#key-spec-rsa-sign)
for all available algorithms. Notice that these algorithms need to be supported by the used key.
yourself. See [here](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html#w234aac11c27c29b7c17b9) and [here](https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html#w234aac11c27c29b9c19) for all available algorithms. Notice that these algorithms need to be supported by the used key.

```php
<?php
Expand Down

0 comments on commit 8215020

Please sign in to comment.