I have a private docker registry, which uses the domain.crt and domain.key for tls authentication, but few days before keys expired. Now i want to us AWS ACM certificate for the TLS. Problem is that AWS do not provide certificate's private key so is there any way i can use AWS ACM certificate for tls
Basically i want to somthing like this
- name: REGISTRY_HTTP_TLS_CERTIFICATE
value: aws:arn:xxxxxxxxx
- name: REGISTRY_HTTP_TLS_KEY
value: aws:arn:xxxxxxxxxxx
Asked
Active
Viewed 114 times
1

Shrikant Shelke
- 11
- 2
-
I also want to know this – digitaldavenyc Dec 10 '19 at 17:00