Let's say you want to host domains first.com and second.com.
Create folders for their files:
| import java.io.FileDescriptor; | |
| import java.io.FileOutputStream; | |
| import java.io.IOException; | |
| import java.io.OutputStream; | |
| import java.io.PrintStream; | |
| public class HelloWorld{ | |
| private static HelloWorld instance; | |
| public static void main(String[] args){ | |
| instantiateHelloWorldMainClassAndRun(); |
| <# | |
| .SYNOPSIS | |
| Geth build script for Windows | |
| .DESCRIPTION | |
| A Powershell script to install dependencies for Windows and build go-ethereum binaries. | |
| Make sure to run `Set-ExecutionPolicy RemoteSigned` in an Adminisrative Powershell window first | |
| if you intend to run this as a script instead of in a console | |
| .NOTES | |
| File Name : geth-posh-install.ps1 | |
| Author : Taylor Gerring (taylor.gerring@gmail.com) |
=================
These are the steps I went through to set up an SSL cert. Purchase the cert
Prior to purchasing a cert, you need to generate a private key, and a CSR file (Certificate Signing Request). You’ll be asked for the content of the CSR file when ordering the certificate:
openssl req -new -newkey rsa:2048 -nodes -keyout example_com.key -out example_com.csr