Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create go.yml #606

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create go.yml #606

wants to merge 1 commit into from

Conversation

ijunxyz123
Copy link

export NODE_EXTRA_CA_CERTS="$(mkcert -CAROOT)/rootCA.pem"mkcert filippo@example.commkcert -key-file key.pem -cert-file cert.pem example.com *.example.comfilippo@example.comcert.pemkey.pem -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

@015283567
Copy link

-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

1 similar comment
@015283567
Copy link

-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
Copy link

ijunxyz123:master

@015283567
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants