• Mac Security

    Lambda to Sign Configuration Profiles

    Recently needed the ability to sign .mobileconfig files and didn’t want to rely on a private key being on a client device. This java project is meant to sign .mobileconfig files for distribution to iOS, tvOS, iPadOS and macOS devices. Built to be hosted in a Lambda so you don’t need to have keys in a client-side app (wouldn’t be too challenging to move to a Google Cloud Function). Download it at https://github.com/krypted/mobileconfigsigner Lambda Input parameters, if you call if from a web or swift app: bucketName – this is the name of the S3 bucket that will hold the pem files + file to sign signerFile (e.g. ca.key in…