Skip to content

Commit

Permalink
add OU back
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed Jan 14, 2015
1 parent 80772d1 commit cb0244d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/roles/appserver/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
action: file dest=/etc/nginx/ssl state=directory

- name: create self-signed SSL cert
action: command openssl req -new -nodes -x509 -subj /C=FR/S=Ile-de-France/L=Paris/O=Cloverfeed/CN={{ssl_cn}} -days 730 -keyout /etc/nginx/ssl/{{app_name}}.key -out /etc/nginx/ssl/{{app_name}}.crt -extensions v3_ca
action: command openssl req -new -nodes -x509 -subj /C=FR/S=Ile-de-France/L=Paris/OU=IT/O=Cloverfeed/CN={{ssl_cn}} -days 730 -keyout /etc/nginx/ssl/{{app_name}}.key -out /etc/nginx/ssl/{{app_name}}.crt -extensions v3_ca
args:
creates: /etc/nginx/ssl/{{app_name}}.crt
notify:
Expand Down

0 comments on commit cb0244d

Please sign in to comment.