-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
2,747 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
keyserver.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# keyserver | ||
Easily server HTTP and DNS keys for proper payload protection | ||
|
||
### Compiled Binaries | ||
You can retrieve the latest release of keyserver binaries in the Releases page. | ||
|
||
### Build | ||
If you would prefer to build the source yourself, make sure Go is | ||
installed and execute the following: | ||
|
||
``` | ||
go get -u github.com/leoloobeek/keyserver | ||
``` | ||
|
||
This project does use the following dependency: | ||
github.com/op/go-logging | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"SlackWebhookURL": "", | ||
|
||
"SMTPServer": "smtp.gmail.com", | ||
"SMTPPort": 465, | ||
"MailFrom": "", | ||
"Password": "", | ||
"MailTo": "" | ||
} | ||
|
Oops, something went wrong.