EJBCA 8 & Ansible SignServer Playbook support #341
-
Hello, Upon trying to install the EJBCA 8 with the SignServer Ansible playbooks I am running into a plethora of issues. Many are due to changes between version 7.4 and 8. One example would be the deprication of EJBCA Public Web effecting the Enrollment protocol variables within the ansible-ejbca-signserver-playbooks/ansible_ejbca_signsrv/group_vars # Enrollment protocols to enable on EJBCA
enable_ejbca_protocols:
- name: Certstore
- name: CMP
- name: CRLstore
- name: OCSP
- name: 'Public Web' -> This breaks playbooks when installing with EJBCA Version 8
- name: SCEP
- name: Webdist
- name: 'Web Service' The latest release is from over a year ago. That being said I don't mind creating a pull request to fix some issues but my main question is Keyfactor / Primekey still supporting these playbooks or has the overall approach moved to docker / containerization? Thank you for working on / supporting such an amazing product. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, The latest release it a year old, but commits have been made more recently. Git main is expected to be functioning well. Best regards |
Beta Was this translation helpful? Give feedback.
Hi, The latest release it a year old, but commits have been made more recently. Git main is expected to be functioning well.
That said, it looks like it has not been updated to EJBCA 8 yet, that is totally true.
Pull requests are much welcome, this is an active repository, used for development and production.
Best regards