I have an EV certificate for several subdomains for my website. List of allowed domains:
cdn.subdomain.mydomain.com
subdomain-staging.mydomain.com
subdomain.mydomain.com
I want to use Cloudfront CDN with custom CNAME as cdn.subdomain.mydomain.comwell as EV ssl certificate. But whenever I try to import it in AWS Certificate Manager, I get the following error.
Can anybody help me?
My certificate is similar to
-----BEGIN CERTIFICATE----- //CONTENT Intermediate CA Bundle -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- //CONTENT -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- //CONTENT -----END CERTIFICATE-----
Divide the file into 3 files line by line -----BEGIN/END CERTIFICATE-----. Each file should look like this:
-----BEGIN/END CERTIFICATE-----
-----BEGIN CERTIFICATE----- XXX a lot of base64 data here XXX -----END CERTIFICATE-----
For each file use:
openssl x509 -in mycert.crt -text -noout
, , , .. . , , ACM. , openssl, , . , .
openssl
, , - , , SSL AWS, - , SSL EV SSL .
EV SSL .
, :
, , SSL AWS-, http://docs.aws.amazon.com/acm/latest/userguide/import-certificate.html
Source: https://habr.com/ru/post/1682019/More articles:Validate text box by allowing only numbers and floats using jQuery - javascriptConnect iPhone device to device via Wi-Fi - iosJavaScript multiple and singular array names - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1682017/implicit-casting-similar-types-from-separate-libraries-to-work-together-seamlessly-together-in-c&usg=ALkJrhgCXj7gFBI18P1m3KnsvXeODXkjZQGetting the first 10 unused manual_sequence numbers - sqlAn alternative to absolute positioning that updates parent height - javascriptWhat is the difference between `async void` (no wait) vs` void` - c #any examples of iphone / client iphone applications where both servers and clients are iOS devices? - ios'git ls-remote' to limit the number of returned lines - gitHow to make iOS app act like a web server - iphoneAll Articles