We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today, AA and CDH accepts cert parameter which is a string. Example - https://github.com/confidential-containers/guest-components/blob/main/attestation-agent/attestation-agent/config.example.toml This is bit fragile and can result in errors when copy/pasting the values. A more robust mechanism is to either provide a base64 encoded cert or path to the cert file.
cert
The text was updated successfully, but these errors were encountered:
I think the current cert is in base64 encoding?
Could you give an example for the base64 encoding format you've mentioned?
We can use a path to cert file, while for kata this would introduce more files (certs) included in initdata.
Sorry, something went wrong.
No branches or pull requests
Today, AA and CDH accepts
cert
parameter which is a string. Example - https://github.com/confidential-containers/guest-components/blob/main/attestation-agent/attestation-agent/config.example.tomlThis is bit fragile and can result in errors when copy/pasting the values.
A more robust mechanism is to either provide a base64 encoded cert or path to the cert file.
The text was updated successfully, but these errors were encountered: