python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
AWS Certificate Manager integration with Java for public certificates (self-signed / otherwise)
I want to connect AWS Certificate Manager to fetch a public / private certificates from my Java application could be deployed on AWS or outside as well. The certificates are for MongoDb Atlas SSL Conn...
Jim
Votes: 0
Answers: 0
Shell Script for AWS Expired Certs to Delete
Trying to write a script to find and delete aws certs which are expired
#!/bin/bash
for c in $(aws acm list-certificates --query 'CertificateSummaryList[].CertificateArn' --output text)
do aws ac...
Russel
Votes: 0
Answers: 1
AWS Cert Manager errors "failed validation due to CAA error"
I'm trying to create a new cert in my AWS instance for a test domain test.wordle.starwars.guide. My domain is hosted with Namecheap.com
According to Google's Toolbox, I have the CAA record, see https:...
David Lozzi
Votes: 0
Answers: 1
AWS Elastic Beanstalk Loadbalancer SSL CloudFront Angular SpringBoot
Deploying Springboot on Elastic Beanstalk and angular on cloudFront with SSL and route 53 configs.
Configurations :
I have a domain at Route 53 from AWS, also have created a public certificate from A...
Rajesh Lohith
Votes: 0
Answers: 2