Method: certificate_request
Method for requesting a new AWS certificate for a given domain. The certificate will be automatically validated via DNS method
Returns following columns:
arn: The unique ARN for the imported certificate
status: OK if the certificate was imported successfully
message: Error message in case of failure
Example
SELECT * FROM certificate_request('fakeDomain.com', 'DNS', 'us-east-2', '');
See