#Import certificate at container startup and use it in a blueprint
1 messages · Page 1 of 1 (latest)
Use a blueprint to import the certificate and have the other blueprint use that.
How can I import the certificate using a blueprint?
Is there any documentation with more details on this?
the blueprints are just replicas of the API for authentik
/crypto/certificatekeypairs/
with the POST method
and the blueprint ex would be
model: authentik_crypto.certificatekeypair
attrs
name:
certificate_data:
key_data:
and just plug the key and cert data into the yaml fields