Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow user to provide self-signed certificate #942

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

kkoyung
Copy link

@kkoyung kkoyung commented May 23, 2023

I added an option -c path to mw to allow user to provide the path to a self-signed TLS certificate.

Once the user adds this option, the mw script will:

  1. Overwrite $sslcert with the provided path.
  2. Add the option -k to curl to skip verifying the certificate.

It would be useful for users to setup mutt to connect imap/smtp servers with self-signed certificate, like Proton Mail Bridge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant