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

Get CA certificate error: permissions too lax for cert.crt: required no more than -r--r--r--, found -r-xr-xr-x #180

Open
fsdrw08 opened this issue Nov 30, 2022 · 1 comment

Comments

@fsdrw08
Copy link

fsdrw08 commented Nov 30, 2022

Got permission error when I run certstrap in docker, with sign action

podman run --rm -v ./out:/out -v ./csr:/csr docker.io/squareup/certstrap sign `
    --passphrase "changeit" `
    --expires "3 year" `
    --csr /csr/Sololab_Org_v1_ICA1_v1.csr `
    --cert /out/Intermediate_CA1_v1.crt `
    --intermediate `
    --CA "Sololab Root" `
    "Intermediate CA1 v1"

Got this error

Get CA certificate error: permissions too lax for /out/Sololab_Root.crt: required no more than -r--r--r--, found -r-xr-xr-x
@AndyHowarthSbuffles
Copy link

Got permission error when I run certstrap in docker, with sign action

podman run --rm -v ./out:/out -v ./csr:/csr docker.io/squareup/certstrap sign `

    --passphrase "changeit" `

    --expires "3 year" `

    --csr /csr/Sololab_Org_v1_ICA1_v1.csr `

    --cert /out/Intermediate_CA1_v1.crt `

    --intermediate `

    --CA "Sololab Root" `

    "Intermediate CA1 v1"

Got this error


Get CA certificate error: permissions too lax for /out/Sololab_Root.crt: required no more than -r--r--r--, found -r-xr-xr-x

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

No branches or pull requests

2 participants