NGINX has introduced native support for the ACME protocol, allowing for automated SSL/TLS certificate management. The implementation provides a new module, ngx_http_acme_module, which enables users to request, install, and renew certificates directly from the NGINX configuration. This feature aims to simplify and enhance the overall SSL/TLS certificate management process. The native support for ACME is available as a Rust-based dynamic module for both NGINX Open Source and NGINX Plus users.