Method: Aws::ACM::Client#renew_certificate
- Defined in:
- lib/aws-sdk-acm/client.rb
#renew_certificate(params = {}) ⇒ Struct
Renews an [eligible ACM certificate]. In order to renew your Amazon Web Services Private CA certificates with ACM, you must first [grant the ACM service principal permission to do so]. For more information, see [Testing Managed Renewal] in the ACM User Guide.
[1]: docs.aws.amazon.com/acm/latest/userguide/managed-renewal.html [2]: docs.aws.amazon.com/privateca/latest/userguide/PcaPermissions.html [3]: docs.aws.amazon.com/acm/latest/userguide/manual-renewal.html
1209 1210 1211 1212 |
# File 'lib/aws-sdk-acm/client.rb', line 1209 def renew_certificate(params = {}, = {}) req = build_request(:renew_certificate, params) req.send_request() end |