All public logs

Combined display of all available logs of Elvis Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:31, 16 December 2024 AMessner talk contribs created page Thunderbird: Setup End-to-End Encryption (Created page with "== Summary == Description what this documentation is about. == Requirements == * 2 Virtual Machines: Ubuntu 22.04.5 LTS * 2 Email-Accounts == S/MIME in Thunderbird == === Step 1: Creating a Self-Signed Certificate (own CA) === # Generate the CA private key: <pre> openssl genrsa -des3 -out ca.key 4096 </pre> # Create a self-signed certificate for the CA: <pre> openssl req -new -x509 -days 365 -key ca.key -out ca.crt </pre> === Step 2: Creating a...")