Browse Source

A little more docs, rename file.

master
Josh Mudge 5 years ago
parent
commit
bee38d4f9d
  1. 12
      All/Sign Using OV Cert.md
  2. 0
      All/server.go

12
All/Sign Using OV Cert.md

@ -8,6 +8,14 @@ We're creating our web server file, building it and signing the application.
## Creating the Server File
Download `server.go` by running the following in a command prompt:
```
# Download the config file.
powershell "Invoke-WebRequest -OutFile b0x.json https://git.rootprojects.org/josh/code-signing-final/raw/branch/master/All/server.go"
```
https://git.rootprojects.org/josh/code-signing-final/raw/branch/master/All/serve.go
Create a file named `server.go` and add the following:
```
@ -196,8 +204,8 @@ go get -u github.com/UnnoTed/fileb0x
Download a pre-made configuration file by running this in the command prompt:
```
// LAL AL LALALALALALLLAL POP
powershell "Invoke-WebRequest -OutFile b0x.json rootprojects/b0x.json"
# Download the config file.
powershell "Invoke-WebRequest -OutFile b0x.json https://git.rootprojects.org/josh/code-signing-final/raw/branch/master/All/b0x.json"
```
```

0
All/serve.go → All/server.go

Loading…
Cancel
Save