Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
23.7 Legacy Series
»
How to setup opn-cli and puppet agent?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to setup opn-cli and puppet agent? (Read 696 times)
nitish.patel
Newbie
Posts: 36
Karma: 0
How to setup opn-cli and puppet agent?
«
on:
December 04, 2023, 07:21:28 am »
I had installed puppet agent on the machine, and trying to configure opn-cli on opnsense machine, it is asking for ca.pem, does anyone have any idea where did I get this file. I had tried the certificate inside System->Trust->Certificate but it is a TLS certificate but I need SSL certificate, please let me know where can I get that file and also please let me know if I am doing it wrong or not. If yes then let me know the right way to do it.
Logged
cookiemonster
Hero Member
Posts: 1823
Karma: 95
Re: How to setup opn-cli and puppet agent?
«
Reply #1 on:
December 04, 2023, 10:55:34 am »
TLS and SSL are these days used conversely. Think of them as the same.
What you can do most of the times is convert an existing certificate if you have it with openssl tools on the command line and if you know any passphrases attached to them:
https://www.openssl.org/docs/
Going by the name "ca.pem" it might be the CA in a chain of trust, and that can be your own for "self-signed" certs or a public one.
Logged
nitish.patel
Newbie
Posts: 36
Karma: 0
Re: How to setup opn-cli and puppet agent?
«
Reply #2 on:
December 05, 2023, 09:31:40 am »
I am not able to understand this can you please brief with one example my major concern is I want to connect two or three opnsense firewall using puppet for a common/central management server
Logged
Patrick M. Hausen
Hero Member
Posts: 6802
Karma: 571
Re: How to setup opn-cli and puppet agent?
«
Reply #3 on:
December 05, 2023, 09:52:55 am »
Did you follow these instructions?
https://github.com/andeman/puppet-opnsense
opn-cli goes on the bastion host, not the manages OPNsense firewalls.
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
23.7 Legacy Series
»
How to setup opn-cli and puppet agent?