OpenSIPS / opensips

OpenSIPS is a GPL implementation of a multi-functionality SIP Server that targets to deliver a high-level technical solution (performance, security and quality) to be used in professional SIP server platforms.
https://opensips.org
Other
1.27k stars 578 forks source link

[FEATURE] ACME certificate management #3337

Open volga629-1 opened 7 months ago

volga629-1 commented 7 months ago

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)
github-actions[bot] commented 6 months ago

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.

volga629-1 commented 6 months ago

in progress

github-actions[bot] commented 6 months ago

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.