[PR #124] [CLOSED] Add installation script gets latest mkcert release #397

Closed
opened 2026-02-25 22:33:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/FiloSottile/mkcert/pull/124
Author: @ilyar
Created: 1/24/2019
Status: Closed

Base: masterHead: add-installation-script


📝 Commits (4)

  • 7af922d Add installation script gets latest mkcert release
  • fcba480 fixup! Add installation script gets latest mkcert release
  • 527a554 fixup! Add installation script gets latest mkcert release
  • df0212e fixup! Add installation script gets latest mkcert release

📊 Changes

2 files changed (+173 additions, -0 deletions)

View changed files

📝 README.md (+8 -0)
get.sh (+165 -0)

📄 Description

./get.sh --help
Installation script gets latest mkcert release for platform and makes runnable binary

Run options:

    -d, --debug                  debug and trace mode
    -n, --no-verify-signature    skip verify signature
    -i, --install-dir="pwd"      accepts a target installation directory
    -h, --help                   display this help and exit

By default verify gpg signature.

info: about gpg https://rvm.io/rvm/security

TODO

  • make public GPG key mkcert.asc.
  • add sing file of pre-built binaries %binFile%.sig to reliase page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/FiloSottile/mkcert/pull/124 **Author:** [@ilyar](https://github.com/ilyar) **Created:** 1/24/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-installation-script` --- ### 📝 Commits (4) - [`7af922d`](https://github.com/FiloSottile/mkcert/commit/7af922d1896d1ce583009b26af8e669505388fc5) Add installation script gets latest mkcert release - [`fcba480`](https://github.com/FiloSottile/mkcert/commit/fcba480c75cf329f48605e7d8a6c05247d39eace) fixup! Add installation script gets latest mkcert release - [`527a554`](https://github.com/FiloSottile/mkcert/commit/527a5543d50fbec80f78470c17287a7eb6fb0468) fixup! Add installation script gets latest mkcert release - [`df0212e`](https://github.com/FiloSottile/mkcert/commit/df0212eeb13dfa5a904fde7d04343207921f9b85) fixup! Add installation script gets latest mkcert release ### 📊 Changes **2 files changed** (+173 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+8 -0) ➕ `get.sh` (+165 -0) </details> ### 📄 Description ```text ./get.sh --help Installation script gets latest mkcert release for platform and makes runnable binary Run options: -d, --debug debug and trace mode -n, --no-verify-signature skip verify signature -i, --install-dir="pwd" accepts a target installation directory -h, --help display this help and exit ``` By default verify gpg signature. info: about gpg https://rvm.io/rvm/security TODO - [ ] make public GPG key `mkcert.asc`. - [ ] add sing file of pre-built binaries `%binFile%.sig` to reliase page. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:33:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/mkcert#397
No description provided.