Remove openssl dependency #1

Closed
opened 2021-02-03 21:23:31 +00:00 by iamthefij · 0 comments
Owner

Rather than requiring users to have openssl, a certificate can be included within the binary.

The upcoming Go 1.16 release contains the ability to embed files in go binaries. This can be used to allow a certificate to be generated and then embedded at compile time, reducing the overhead on a user to install the tool.

Rather than requiring users to have `openssl`, a certificate can be included within the binary. The upcoming Go 1.16 release [contains the ability](https://golangtutorial.dev/tips/embed-files-in-go/) to embed files in go binaries. This can be used to allow a certificate to be generated and then embedded at compile time, reducing the overhead on a user to install the tool.
iamthefij added the
enhancement
label 2021-02-03 21:23:32 +00:00
iamthefij referenced this issue from a commit 2021-02-17 18:03:58 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: iamthefij/slack-status-cli#1
No description provided.