Home
last modified time | relevance | path

Searched refs:privKeyPath (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/awless/awless-0.1.11/aws/spec/
H A Dkeypair.go57 privKeyPath := filepath.Join(keyDir, fmt.Sprint(i)+".pem")
58 if _, err := os.Stat(privKeyPath); err == nil {
59 return fmt.Errorf("file already exists at path: %s", privKeyPath)
75 privKeyPath := filepath.Join(os.Getenv(keyDirEnv), StringValue(cmd.Name)+".pem")
76 if _, err := os.Stat(privKeyPath); err == nil {
77 return fmt.Errorf("saving private key: file already exists at path: %s", privKeyPath)
80 cmd.logger.Infof("Generating locally%s 4096 RSA at %s", encryptedMsg, privKeyPath)
87 if err = ioutil.WriteFile(privKeyPath, priv, 0400); err != nil {
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/
H A Dpriv_key_test.go49 privKeyPath := env("SNOWFLAKE_TEST_PRIVATE_KEY", "")
50 if privKeyPath == "" {
56 data, _ := ioutil.ReadFile(privKeyPath)
59 panic(fmt.Sprintf("%v is not a public key in PEM format.", privKeyPath))
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/certificate/bootstrap/
H A Dbootstrap.go148 privKeyPath := filepath.Join(certDir, tmpPrivateKeyFile)
153 keyData, _, err = keyutil.LoadOrGenerateKeyFile(privKeyPath)
170 if err := os.Remove(privKeyPath); err != nil && !os.IsNotExist(err) {
171 klog.V(2).InfoS("Failed cleaning up private key file", "path", privKeyPath, "err", err)
/dports/net/bosh-cli/bosh-cli-5.5.0/ssh/
H A Dssh_args.go164 privKeyPath := a.ConnOpts.GatewayPrivateKeyPath
166 return username, host, privKeyPath
/dports/security/vuls/vuls-0.13.7/vendor/github.com/dgrijalva/jwt-go/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/security/lego/lego-4.5.3/vendor/github.com/form3tech-oss/jwt-go/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang-jwt/jwt/v4/
H A Dhttp_example_test.go25 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
37 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/form3tech-oss/jwt-go/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/gopkg.in/dgrijalva/jwt-go.v3/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/multimedia/livego/livego-0.0.15/vendor/github.com/dgrijalva/jwt-go/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/dgrijalva/jwt-go/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/github.com/form3tech-oss/jwt-go/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/dgrijalva/jwt-go/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/net/rclone/rclone-1.57.0/vendor/github.com/form3tech-oss/jwt-go/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/dgrijalva/jwt-go/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/golang-jwt/jwt/
H A Dhttp_example_test.go25 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
42 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/golang-jwt/jwt/v4/
H A Dhttp_example_test.go25 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
37 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/golang-jwt/jwt/v4/
H A Dhttp_example_test.go25 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
37 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/dgrijalva/jwt-go/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/dgrijalva/jwt-go/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/dgrijalva/jwt-go/jwt-go-3.0.0/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/dgrijalva/jwt-go/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/security/vault/vault-1.8.2/vendor/github.com/form3tech-oss/jwt-go/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/golang-jwt/jwt/v4/
H A Dhttp_example_test.go25 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
37 signBytes, err := ioutil.ReadFile(privKeyPath)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/dgrijalva/jwt-go/
H A Dhttp_example_test.go24 privKeyPath = "test/sample_key" // openssl genrsa -out app.rsa keysize const
41 signBytes, err := ioutil.ReadFile(privKeyPath)

12