Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Fix typo: conver - > convert
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Feb 8, 2023
1 parent 44cee17 commit 708a69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Generate SSL certificates using the [`community.crypto` collection](https://docs

### Using the role

If you would like to conver the private key to `pk8` format (`ssl_certificate.use_pk8: true`), you first need to ensure `openssl` is installed before using this role:
If you would like to convert the private key to `pk8` format (`ssl_certificate.use_pk8: true`), you first need to ensure `openssl` is installed before using this role:

```yaml
- name: Install openssl
Expand Down

0 comments on commit 708a69a

Please sign in to comment.