I'm trying to generate certificate, which are self signed, using openssl command-line. Certificate includes authority key identifier & subject key identifier. What I understand is certificate may (or may not)have authority key identifier & subject key identifier. Is it possible to generate without or without authority key identifier & subject key identifier using openssl command-line? So, I want to generate certificates like the following:
- Include authority key identifier & subject key identifier. They are the same value.
- Include difference authority key identifier & subject key identifier. They are not the same value.
- Not include authority key identifier & include subject key identifier. I couldn't find any options to modify them. Please, check it. Thanks and Regards, Jang.