Browse Source

ca-bundle from rapidssl is broken (and useless for selfsigned SSL

master
LecygneNoir 7 years ago
parent
commit
d39c3b877a
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      roles/mail/tasks/main.yml

+ 0
- 3
roles/mail/tasks/main.yml View File

@ -99,9 +99,6 @@
- name: Autosigned cert - openssl query
command: openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -subj "/C=FR/ST=RA/L=Somewhere/O=Overtherainbow/CN={{ domain }}" -keyout /etc/ssl/mail.key -out /etc/ssl/mail.crt
- name: ca_bundle - gettint it from startssl
get_url: url=http://www.startssl.com/certs/ca-bundle.crt dest=/etc/ssl/ca-bundle.crt mode=0644
- name: Create database for postfix
shell: mysql < /etc/postfix/root-postfix.sql

Loading…
Cancel
Save