iOS
MDM mobileconfig signing 처리
눈내리는새벽
2013. 8. 19. 18:45
openssl smime -sign -signer mdm.pem -inkey privateKey.pem -certfile WWDR.pem -nodetach -outform der -in unsigned.mobileconfig -out signed.mobileconfig
아래 pem 파일은 각각의 파일을 pem으로 변환하여 사용합니다.
mdm.pem : MDM 인증서
privateKey.pem : MDM 인증서를 발급 받을 때 사용한 개인 키
WWDR.pem : 애플 WWDR 파일
unsigned.mobileconfig : 서명되지 않은 설정 파일
signed.mobileconfig : 서명처리 후 파일의 이름
Apple WWDR certificate : https://developer.apple.com/certificationauthority/AppleWWDRCA.cer
정상적으로 서명이 완료되면 프로파일을 설치 할 때 아래와 같이 초록색으로 '확인 완료' 라고 표시됩니다.