diff options
author | B Stack <bgstack15@gmail.com> | 2017-12-06 06:52:57 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2017-12-06 06:52:57 -0500 |
commit | d15cab0c120fa601a444178569e7c8ed654ec536 (patch) | |
tree | d0484856b5b22395dae79da24fc8301b20d5b0c1 /README.md | |
parent | Initial commit (diff) | |
download | certreq-d15cab0c120fa601a444178569e7c8ed654ec536.tar.gz certreq-d15cab0c120fa601a444178569e7c8ed654ec536.tar.bz2 certreq-d15cab0c120fa601a444178569e7c8ed654ec536.zip |
update readme formatting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -11,12 +11,14 @@ Its main use is inside a playbook that resembles: - certreq Call the playbook with: -ansible-playbook -i /etc/ansible/patching/rdu/rdu_patch_list /etc/ansible/configuration/test/certreq.yml -l sw* + + ansible-playbook -i /etc/ansible/inv/all /etc/ansible/books/stable/certreq.yml -l sw* The role generates a pkc12 file at /tmp/certnew.pfx with the client cert, ca cert chain, and client private key. # References -https://bgstack15.wordpress.com/2016/06/30/manipulating-ssl-certificates/ -fundamental curl statements https://stackoverflow.com/questions/31283476/submitting-base64-csr-to-a-microsoft-ca-via-curl/39722983#39722983 -Use template name, not "template display name" https://social.technet.microsoft.com/Forums/en-US/d5cafc77-3376-43ca-94fd-6b07f7cb193f/using-certutilcertreq-to-get-sccm-client-certs-nondomain-clients?forum=configmgrgeneral +## Weblinks +* https://bgstack15.wordpress.com/2016/06/30/manipulating-ssl-certificates/ +* fundamental curl statements https://stackoverflow.com/questions/31283476/submitting-base64-csr-to-a-microsoft-ca-via-curl/39722983#39722983 +* Use template name, not "template display name" https://social.technet.microsoft.com/Forums/en-US/d5cafc77-3376-43ca-94fd-6b07f7cb193f/using-certutilcertreq-to-get-sccm-client-certs-nondomain-clients?forum=configmgrgeneral |