actions possible using only toolbox or rest api #231
-
Hello, Can you please tell me if we are able to perform all actions we can do with the admin web site if we use the toolbox cli or the rest api ? Is there any tasks that we can't do without the admin web site ? Thank you in advance for your help. Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can automate almost everything in EJBCA. I recommend you to follow our Ansible playbooks repo. For maximum automation, in EJBCA Enterprise there is ConfigDump, which gives you export/import of all settings in human readable YAML formal. You can automated the test environment, with things like Ansible and Ansible tower, a click and have a new (production like) test environment up for a dev in 10 minutes, or using containers, or using helm charts. In the last EJBCA Community meetup in Stockholm there was a presentation and demo on automation, we also have held webinars on this. You can find some parts of it (but not the Ansible webinar I think?) here: On the upcoming Tech Days in Barcelona you will also have a chance to see more of it in action (and talk to the devs if you come on-site). https://techdays-2023.keyfactor.com/ Cheers, |
Beta Was this translation helpful? Give feedback.
You can automate almost everything in EJBCA. I recommend you to follow our Ansible playbooks repo.
https://github.com/Keyfactor/ansible-ejbca-signserver-playbooks
For maximum automation, in EJBCA Enterprise there is ConfigDump, which gives you export/import of all settings in human readable YAML formal.
You can automated the test environment, with things like Ansible and Ansible tower, a click and have a new (production like) test environment up for a dev in 10 minutes, or using containers, or using helm charts.
In the last EJBCA Community meetup in Stockholm there was a presentation and demo on automation, we also have held webinars on this. You can find some parts of it (but not the Ans…