Revert "Use native OpenSSL module to generate passkey.pem
"
This reverts commit 0dac5ea508
.
Relying on pyOpenSSL is the Ansible way of doing things, but is
impractical and annoying for users.
`openssl` is easily available on most servers, even by default.
We'd better use that.
This commit is contained in:
@ -4,8 +4,6 @@ The playbook can install and configure [matrix-appservice-irc](https://github.co
|
||||
|
||||
See the project's [documentation](https://github.com/TeDomum/matrix-appservice-irc/blob/master/HOWTO.md) to learn what it does and why it might be useful to you.
|
||||
|
||||
The Appservice IRC bridge configuration using Ansible will require that you have `python-pyOpenSSL` installed on your local machine.
|
||||
|
||||
You'll need to use the following playbook configuration:
|
||||
|
||||
```yaml
|
||||
|
Reference in New Issue
Block a user