I was wondering if its possible to automaticly select which CA/Template should be used for signing a CSR based on the pubkey attribute avaliable in the CSR?
For example if a CSR has been created with an RSA key it should point to a CA where the CA key is also RSA and similar with EC keys?
Today we have configured specific profiles for each usecase but i suspect that the norm on the internet is that this should be handled automaticly by the acme server (ref LetsEncrypt and its ability to sign an EC csr with an EC ca)
I was wondering if its possible to automaticly select which CA/Template should be used for signing a CSR based on the pubkey attribute avaliable in the CSR?
For example if a CSR has been created with an RSA key it should point to a CA where the CA key is also RSA and similar with EC keys?
Today we have configured specific profiles for each usecase but i suspect that the norm on the internet is that this should be handled automaticly by the acme server (ref LetsEncrypt and its ability to sign an EC csr with an EC ca)