Skip to content

Instantly share code, notes, and snippets.

@McFateM
Created August 8, 2019 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save McFateM/c5def81467d2dfc9c378c4637a690104 to your computer and use it in GitHub Desktop.
Save McFateM/c5def81467d2dfc9c378c4637a690104 to your computer and use it in GitHub Desktop.
local.sh For 034-Building-ISLE-1.2.0-ld.md
#!/bin/bash
# Replace the following with your intended Local environment values
# Add the name of your local site name to .localdomain.key e.g yourprojectnamehere.localdomain.key
# Add the name of your local site name to .localdomain.pem e.g yourprojectnamehere.localdomain.pem
# Add the name of your local site name to CN=.localdomain e.g CN=acyourprojectnamehereme.localdomain
openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout ../../../config/proxy/ssl-certs/dg.localdomain.key -out ../../../config/proxy/ssl-certs/dg.localdomain.pem \
-subj "/C=US/O=Islandora Collaboration Group/OU=Domain Control Validated/CN=dg.localdomain"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment