Create go.yml
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
-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
-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
ijunxyz123:master
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