mkcert icon indicating copy to clipboard operation
mkcert copied to clipboard

Create go.yml

Open ijunxyz123 opened this issue 1 year ago • 4 comments

export NODE_EXTRA_CA_CERTS="$(mkcert -CAROOT)/rootCA.pem"mkcert [email protected] -key-file key.pem -cert-file cert.pem example.com *[email protected] -cert-file FILE, -key-file FILE, -p12-file FILE Customize the output paths.

-client
    Generate a certificate for client authentication.

-ecdsa
    Generate a certificate with an ECDSA key.

-pkcs12
    Generate a ".p12" PKCS #12 file, also know as a ".pfx" file,
    containing certificate and key for legacy applications.

-csr CSR
    Generate a certificate based on the supplied CSR. Conflicts with
    all other flags and arguments except -install and -cert-file.example.comscoop bucket add extras

scoop install mkcert

ijunxyz123 avatar Sep 06 '24 06:09 ijunxyz123

-client Generate a certificate for client authentication.

-ecdsa Generate a certificate with an ECDSA key.

-pkcs12 Generate a ".p12" PKCS #12 file, also know as a ".pfx" file, containing certificate and key for legacy applications.

-csr CSR Generate a certificate based on the supplied CSR. Conflicts with all other flags and arguments except -install and -cert-file.example.comscoop bucket add extras

015283567 avatar Sep 15 '24 20:09 015283567

-client Generate a certificate for client authentication.

-ecdsa Generate a certificate with an ECDSA key.

-pkcs12 Generate a ".p12" PKCS #12 file, also know as a ".pfx" file, containing certificate and key for legacy applications.

-csr CSR Generate a certificate based on the supplied CSR. Conflicts with all other flags and arguments except -install and -cert-file.example.comscoop bucket add extras

015283567 avatar Sep 15 '24 20:09 015283567

ijunxyz123:master

015283567 avatar Sep 15 '24 20:09 015283567

cask "lyrics-master" do version "2.5.5.2" sha256 "8672ba9f1980fe7fbe8f9ad2a5d5cdeb516d922ef445bd2a36bb9cc5cbeeb4f4"

url "http://www.kenichimaehashi.com/lyricsmaster/download/LyricsMaster#{version.no_dots}.dmg" name "Lyrics Master" desc "Find and download lyrics" homepage "http://www.kenichimaehashi.com/lyricsmaster/"

livecheck do url :homepage strategy :page_match do |page| v = page[%r{href=.?/LyricsMaster(\d+(?:.\d+)).dmg}i, 1] v.chars.join(".") end end

app "Lyrics Master.app" end

015283567 avatar Sep 15 '24 20:09 015283567