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

[Mailer] Using Let's Encrypt certs to sign messages #12459

Closed
javiereguiluz opened this issue Oct 10, 2019 · 1 comment
Closed

[Mailer] Using Let's Encrypt certs to sign messages #12459

javiereguiluz opened this issue Oct 10, 2019 · 1 comment
Labels
Milestone

Comments

@javiereguiluz
Copy link
Member

In https://symfony.com/doc/4.4/mailer.html#signing-and-encrypting-messages we say that:

image

But according to this comment: https://symfony.com/blog/new-in-symfony-4-4-signing-and-encrypting-email-messages#comment-23489

Email encryption and code signing require a different type of certificate that Let’s Encrypt does not issue.

Can someone check this? Thanks!

@xabbuh xabbuh added this to the 4.4 milestone Oct 13, 2019
@patrick-mota
Copy link
Contributor

patrick-mota commented Oct 31, 2019

Indeed isn't the same thing.
I think let's encrypt is only used to validate your domain name and encrypt SSL/TLS, so the transport side.
S/MIME is the message side so isn't related with securing the transmission channel but identifying that an email really belongs to the person using it and the message is secure (encrypted).

I think cacert gives these kind of certificates but they just verify the domain so I don't think it's really safe to use it.

As far as I know you have to pay to get a real good S/MIME certificate provider.

For local only you could probably use a certificate generated by yourself via certbot or something.

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

No branches or pull requests

3 participants