Skip to content
Snippets Groups Projects

feat: smime signed notification emails

2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 50f8cc3b
    changes · 50f8cc3b
    Diego Louzán authored
    - style in docs
    - remove unnecessary include in spec
# Signing outgoing email with SMIME
Notification emails sent by gitlab can be signed with SMIME for improved
Notification emails sent by Gitlab can be signed with SMIME for improved
security.
> **Note:**
@@ -22,7 +22,7 @@ email_smime:
```
1. Both files must be provided PEM-encoded
1. The key file must be unencrypted so that gitlab can read it without user
1. The key file must be unencrypted so that Gitlab can read it without user
intervention
> **Note:**
Loading