ZillaYT
(ZillaYT)
1
I want to put add a manual procedure were we add a certificate in our system via the “MMC.exe” console
I looked a win_certificates_store but it didn’t add the snap-in like I expected it to
https://docs.ansible.com/ansible/latest/collections/ansible/windows/win_certificate_store_module.html
Thanks.
What would you like it to do exactly? Can you describe in pseudo code please?
ZillaYT
(ZillaYT)
3
Here’s the manual procedure i’m trying to automate. Thanks
-
In Windows, click Start > Run.
-
Type MMC.exe and press Enter.
-
In MMC console, on the File menu, click Add/Remove Snap-in.
-
Click Certificates, and then click Add.
-
In the Certificates snap-in dialog box, select Computer account, and then click Next.
-
Click Finish, and then click OK.
-
In MMC Console, expand Certificates (Local Computer), and then expand Trusted Root Certification A u t h o r i t i e s.
-
Right-click Certificates, point to All Tasks, and then click Import.
-
Click Next, and then browse to the H:\MyApp\cfg folder.
-
In the file type list, select All Files (.).
-
Open cert.pem to import the certificate.
-
Exit MMC Console.
jborean
(Jordan Borean)
4
ZillaYT
(ZillaYT)
5
That’s the same link I posted in my OP. Did you read it? Thanks.