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

[FEATURE] ACME certificate management #3337

Open
volga629-1 opened this issue Mar 11, 2024 · 3 comments
Open

[FEATURE] ACME certificate management #3337

volga629-1 opened this issue Mar 11, 2024 · 3 comments

Comments

@volga629-1
Copy link

Hello Everyone,
This feature request for new module to manage Let's encrypt certificates in opensips.

Basic requirements.

  1. Deploy certificate based on specs.
  2. Renew certificate on expire.
  3. Ability to use certificate under TLS domains.
  4. Use different validation providers.

Example:

Static method

modparam  auth_method "DNS"
modparam  auth_provider "GoDaddy" (API)
modparam  auth_key "hddksrrito"
modparam  auth_secret "fgj7888"

DB table

id, auth_method (text), auth_provider(text), auth_key(text), auth_secret(text),last_modified(time)

Copy link

Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days.

@github-actions github-actions bot added the stale label Mar 27, 2024
@volga629-1
Copy link
Author

in progress

@github-actions github-actions bot removed the stale label Mar 28, 2024
Copy link

Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants