Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new module to community.crypto for Entrust CA Gateway that support Entrust and other private/public PKIs #670

Closed
sapnajainEntrust opened this issue Nov 1, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@sapnajainEntrust
Copy link
Contributor

SUMMARY

I am trying to add a new module for the crypto collection i.e. entrust_cagw_certificate and the purpose of the module is to be able to request private/public PKI certs from CAs like Entrust Security Manager, Entrust PKIaaS, Entrust SSL CA, and third party CAs like Microsoft.
This is how it is different from the existing Entrust plugin ecs_certificate within the community crypto collection -

Unlike ECS, this plugin can issue certs from both public and private Certificate Authorities supported by CAGW
CA Gateway or CAGW provides a REST based interface that talks to different Certificate Authorities as mentioned above and this new module us supposed to interact with CAGW over API interface.
I am at a point where I have been able to code complete the module, test with different CAs and even have my integration test suite ready.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

entrust_cagw_certificate

ADDITIONAL INFORMATION
- name: Request a certificate from Entrust Certificate Authority via Entrust CAGW with bare minimum parameters
   entrust_cagw_certificate:
      path: '{{ output_cert_path }}'
      csr: '{{ csr_path }}'
      host: '{{ entrust_host }}'
      port: '{{ entrust_port }}'
      certificate_authority_id: '{{ ca_id }}'
      certificate_profile_id: '{{ cert_profile_id }}'
      cagw_api_client_cert_path: '{{ entrust_cagw_api_cert }}'
      cagw_api_client_cert_key_path: '{{ entrust_cagw_api_cert_key }}'
      cagw_api_specification_path: '{{ cagw_api_specification_path }}'
      request_type: '{{ request_type }}'
      enrollment_format: '{{ enrollment_format }}'
      connector_name: SM
      force: '{{ force }}'
      validate_certs: '{{ validate_certs }}'
@felixfontein felixfontein added the enhancement New feature or request label Nov 1, 2023
@sapnajainEntrust
Copy link
Contributor Author

A gentle reminder!!

@felixfontein
Copy link
Contributor

@sapnajainEntrust I'm not really sure what you are waiting for, resp. asking from us.

@sapnajainEntrust
Copy link
Contributor Author

I created new pull request here. #671
Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants