Mountain Lion (10.8) has three main difference compared to Lion (10.7):
- XCode 4.4 does not install Command Line Tools by default
- X11 isn't available anymore
- The installed version of OpenSSL has some bugs
These commands generate and use private keys in unencrypted binary (not Base64 “PEM”) PKCS#8 format. The PKCS#8 format is used here because it is the most interoperable format when dealing with software that isn't based on OpenSSL.
OpenSSL has a variety of commands that can be used to operate on private
key files, some of which are specific to RSA (e.g. openssl rsa and
openssl genrsa) or which have other limitations. Here we always use
git clone [email protected]:Robertof/nixos-docker-sd-image-builder.gitcd nixos-docker-sd-image-builder/config/rpi4/default.nix to increase size of boot partition
sdImage.firmwareSize = 1024;/config/sd-image.nix./rpi3 becomes ./rpi4