aws / aws-nitro-enclaves-acm

AWS Certificate Manager for Nitro Enclaves allows the use of public and private SSL/TLS certificates with web applications and web servers running on Amazon EC2 instances with AWS Nitro Enclaves.
Apache License 2.0
76 stars 30 forks source link

How do I install nitro-enclaves-acm on Ubuntu 22.04? #67

Open a-hiroyuki opened 1 year ago

a-hiroyuki commented 1 year ago

This is about the issue issued in the following link.

Currently, aws-nitro-enclaves-acm is available on Amazon Linux2, but not on Ubuntu 22.04.

Can someone please help me?

https://github.com/aws/aws-nitro-enclaves-cli/issues/415#issue-1422428205

alcioa commented 1 year ago

Hi, need to experiment a bit in order to identify the missing dependencies/changes on Ubuntu distros.

a-hiroyuki commented 1 year ago

@alcioa OK. please continue with your experiments. If you need help with any of your experiments, I'm here to help.

alcioa commented 1 year ago

Hi again, so there is some work to be done to also release .deb for this alongside .rpm . For migrating the .rpm to .deb is a bit un-maintainable as it requires lots of steps and some code modifications for ACM NE to be distribution aware. Will keep you posted.