Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
llprtvt committed Oct 2, 2018
1 parent 0df719a commit 53cdfcb
Show file tree
Hide file tree
Showing 12 changed files with 2,747 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
keyserver.log
16 changes: 15 additions & 1 deletion README.md
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

10 changes: 10 additions & 0 deletions alerts.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"SlackWebhookURL": "",

"SMTPServer": "smtp.gmail.com",
"SMTPPort": 465,
"MailFrom": "",
"Password": "",
"MailTo": ""
}

Loading

0 comments on commit 53cdfcb

Please sign in to comment.