planetary-social / ansible-scripts

Ansible automation scripts used at Planetary
MIT License
2 stars 3 forks source link

Investigate better way of getting AAA record for notification role #40

Closed cooldracula closed 12 months ago

cooldracula commented 1 year ago

There is a public AAA root certificate we use in our notifications role. AT the moment, we keep the certificate in the files of that role. It is good until 2028, but that means we will need to check it in ~4 years to update it. Would be good if there was a canonical url for the certifcate we can use so that the role downloads the latest certificate.

Briefly investigate whether such a url exists.

cooldracula commented 12 months ago

Could not find any easier way to get the AAA record than the salesforce link given in the official apple docs. Will want to update the record we use in 4 years, but not sure there is a better method right now.