VMware Horizon 7 Specialist — Question 37
Which command needs to be executed for the Certificate Authority (CA) to use subject alternative names in certificates?
Answer options
- A. certutil -setreg policy\EditFlags + EDITF_ATTRIBUTESUBJECTALTNAME2
- B. certutil -setattributes + SUBJECTALTERNATIVENAME
- C. certutil -setreg policy\EditFlags + SUBJECTALTERNATIVENAME
- D. certutil -setreg poilcy\EditFlags + EDITF_ATTRIBUTESUBJECTALTNAME
Correct answer: A
Explanation
The correct answer is A because this command specifically sets the registry flag needed for enabling subject alternative names in the CA's certificates. Options B and C are incorrect as they reference attributes that do not configure the registry for subject alternative names, while option D has a typo in 'poilcy' which makes it invalid.