Scep enrollment using EJBCA in mac endpoints #392
Replies: 3 comments 7 replies
-
Yes you can use SCEP for MacOS machines. |
Beta Was this translation helpful? Give feedback.
-
If you read the message; While I'm not familiar with Mac setting. There should be a way to specifiy the CA Identifier it should use for enrollment. Then it should pass that parameter. A fallback solution is to set "scep.defaultca" to a CA name in conf/ejbca.properties. This is one value which is not configurable in the UI, must be because it has not been needed. And MaxOS's have been enrolled before, so it should be a setting in the SCEP profile. |
Beta Was this translation helpful? Give feedback.
-
The work-flow of CA mode is that you add an end entity in EJBCA, where the request then is matched to this end entity from the CN (or how you configure your SCEP alias). This is for security reasons, as these devices that enroll are untruster, you can not allow then to create certiifcates with their own requested content. Therefor you (as an admin) specify the content in the end entity that you pre-register. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I have been using the EJBCA Community Edition and have been experimenting with its settings and certificate generation. I am currently working on implementing the EAP-TLS authentication method in our Wi-Fi environment. To achieve this, I have set up a RADIUS server using FreeRADIUS. I am now exploring options to automatically generate certificates for my macOS machines using SCEP. My question is, is it possible to implement this using the EJBCA PKI? Could you guys please help me with this?
Beta Was this translation helpful? Give feedback.
All reactions