Code Monkey home page Code Monkey logo

concore's Introduction

Concore

This is an Apple mobileconfig generator, written in NodeJS.

Disclaimer

I'm using the mobileconfig node module made by @andris9 , thanks dude!

That means its mostly based on his work, and he should be credited.

I merely took his work and made a node script convenient for me!

However, if you'll find this usefull, then great! Use it to your hearts content.

I CANNOT vouch for this beautiful piece of danish code, its not that well made.

It made life easier for me as a system-administrator for a company, creating .mobileconfig and distrubuting it, is so much easier then setting it up on the induvidual computers.

Install

git clone https://github.com/TheSinding/Concore.git
cd Concore
npm install
npm start

BTW you need SHA256 keys inside the keys folder, or the script will fail.

If you would like too use your own HTTPS certificates, then add them to the keysfolder, or change the path when asked..

Else you can generate your own keys and certs.

openssl req -x509 -nodes -days 365 -sha256 -newkey rsa:2048 -keyout keys/key.pem -out keys/cert.pem

Profit

concore's People

Contributors

thesinding avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

vikas100

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.