aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2017-12-06 06:52:57 -0500
committerB Stack <bgstack15@gmail.com>2017-12-06 06:52:57 -0500
commitd15cab0c120fa601a444178569e7c8ed654ec536 (patch)
treed0484856b5b22395dae79da24fc8301b20d5b0c1
parentInitial commit (diff)
downloadcertreq-d15cab0c120fa601a444178569e7c8ed654ec536.tar.gz
certreq-d15cab0c120fa601a444178569e7c8ed654ec536.tar.bz2
certreq-d15cab0c120fa601a444178569e7c8ed654ec536.zip
update readme formatting
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 649cb31..a4766a5 100644
--- a/README.md
+++ b/README.md
@@ -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
bgstack15