-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge branch 'main' into metrics"
- Loading branch information
1 parent
cd82c3f
commit a630ebf
Showing
99 changed files
with
1,158 additions
and
7,425 deletions.
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
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
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
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
This file was deleted.
Oops, something went wrong.
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,27 @@ | ||
# Digital Signature GoLang snippet | ||
|
||
A snippet of Golang code to show how to create a digital signature | ||
|
||
## Requirements | ||
|
||
- Go installed | ||
- [Configured .env file](../README.md) | ||
|
||
## How to run | ||
|
||
You can run this code by running the tests or by including it in your codebase. | ||
|
||
1. Confirm `.env` configuration | ||
|
||
Ensure the certificate keys are configured in `.env` in this directory. You can find information on generating certificates at in our [readme](../README.md). It should include the following keys: | ||
|
||
```yaml | ||
PRIVATE=... | ||
PUBLIC= | ||
``` | ||
|
||
2. Install dependencies and start the server | ||
|
||
``` | ||
go test | ||
``` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.