Skip to content

Instantly share code, notes, and snippets.

View nicobao's full-sized avatar
🔨
Building in public

Nicolas Gimenez nicobao

🔨
Building in public
View GitHub Profile
@nicobao
nicobao / throw-first-prototype.txt
Last active October 6, 2023 08:17
Throw away your first draft of your code
This article is copy-pasted from https://ntietz.com/blog/throw-away-your-first-draft/
Because it is really good and I want to make sure it stays online.
Throw away your first draft of your code
Monday, July 31, 2023
The next time you start on a major project, I want you to write code for a couple of days and then delete it all. Just throw it away.
I'm serious.
  1. Create a new directory;
mkdir Apple\ Enterprise
cd Apple\ Enterprise
  1. Generate a certificate signing request
openssl req -nodes -newkey rsa:2048 -keyout ios_enterprise.key -out CertificateSigningRequest.certSigningRequest
@nicobao
nicobao / PKPass.md
Created May 7, 2024 01:43 — forked from rlanyi/PKPass.md
How to create Apple PKPass .p12 certificate using Linux

How to create Apple PKPass .p12 certificate using Linux

You don't need a Mac to do this :-)

For generating PKPass files, you'll need 4 things after this tutorial:

  • Certificate Identifier (pass.com.example.www)
  • Team Identified (Organizational Unit (OU) in the cert generated by Apple)
  • The .p12 file
  • The password for the .p12 file