lemur
lemur copied to clipboard
Create Authority on basis of imported key+cert
I have an existing openssl standalone CA that I have imported into lemur, but now I would like to create a new Autority on basis of this imported cert/key
The new CA should use the 'Cryptography' plugin.
I have found a workaround on the issue
- Import cert + key
- Create a new Authority (don't mind the key setup)
- In psql delete the authority certificate from public.certificates (beware of foreign keys)
- in psql update your imported certificate to point to new authority by setting root_authority_id in public.certificates
+1 Would be super cool if you had the time or the inclination to wrap the above into a cli command!