Skip to content
Snippets Groups Projects
Commit 079e53a7 authored by Jupiter Hu's avatar Jupiter Hu
Browse files

Merge pull request #10 from CVL-GitHub/master

Remove unused the file
parents 8d71afb2 bcd7b87b
No related branches found
No related tags found
No related merge requests found
---
- name: "Creating Client certificate"
delegate_to: "127.0.0.1"
shell: " cd /etc/easy-rsa/2.0; source ./vars; export EASY_RSA=\\\"${EASY_RSA:-.}\\\"; \"$EASY_RSA/pkitool\" --csr {{ client }} ;\"$E ASY_RSA/pkitool\" --sign {{ client }}"
args:
chdir: /etc/easy-rsa/2.0/keys/
creates: client.crt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment