Skip to content

Instantly share code, notes, and snippets.

@ctur
ctur / Making Apple Developer certificates on Linux
Created October 23, 2019 15:53 — forked from boodle/Making Apple Developer certificates on Linux.md
Making Apple Developer certificates on Linux
1. Create a new directory;
mkdir Apple\ Enterprise
cd Apple\ Enterprise
2. Generate a certificate signing request
openssl req -nodes -newkey rsa:2048 -keyout ios_enterprise.key -out CertificateSigningRequest.certSigningRequest
3. With the information like so (ensure you give it a password):
Country Name (2 letter code) [AU]:GB
State or Province Name (full name) [Some-State]:London
@ctur
ctur / 0_reuse_code.js
Created August 22, 2017 18:34
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console