Skip to content

Instantly share code, notes, and snippets.

@Digital-Grinnell
Created November 5, 2019 14:40
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 Digital-Grinnell/6135109fd87c7e6b8cd4847a86227cb9 to your computer and use it in GitHub Desktop.
Save Digital-Grinnell/6135109fd87c7e6b8cd4847a86227cb9 to your computer and use it in GitHub Desktop.
My ISLE-1.3.0 local.sh
#!/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=yourprojectnamehere.localdomain)
# Optional: You may change the organization ("O=") name (e.g. O=Your Organization)
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=Grinnell College Libraries/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