acp jwks convert

Synopsis

Convert pem private and public keys to public and private jwks.

acp jwks convert -k cert-key.pem -c cert.pem -p jwks-public.json -j jwks-private.json [flags]

Options

  -c, --cert-path string           Certificate path
  -h, --help                       help for convert
  -k, --key-path string            Private key path
  -j, --private-jwks-path string   Private jwks output path
  -p, --public-jwks-path string    Public jwks output path

Parent commands options

Options inherited from parent commands

      --client.rootCA.path string                 path to the http client root ca
      --elasticsearch.configuration.disable       disable elasticsearch configuration on startup
      --elasticsearch.configuration.path string   path to the directory with elasticsearch configuration (default "./config/elasticsearch")
      --hazelcast.address string                  hazelcast address
      --hazelcast.password string                 hazelcast password
      --hazelcast.serverName string               used to verify hostname on the returned certificate
      --hazelcast.tls                             use tls for hazelcast
      --hazelcast.username string                 hazelcast username
      --integration.apis.enabled                  enable integration apis
      --logfile string                            Log filename
      --logformat string                          Log format [plain,logfmt,json]
      --loglevel string                           Log level [critical,error,warning,info,debug]
      --secret.id string                          key identifier (default "default")
      --secret.key string                         key value
      --server.cache.disabled                     disable server cache
      --server.cert.path string                   path to the http server certificate
      --server.key.path string                    path to the http server private key
      --server.mtls string                        client authentication policy (default "NoClientCert")
      --server.port int                           http server port (default 8443)
      --server.tls.disabled                       disable tls
      --server.url string                         http server url
      --sql.migrations.disable                    disable migrations on startup
      --sql.migrations.down                       migrate database down before up
      --sql.migrations.path string                path to the directory with migrations (default "./migrations")
      --sql.url string                            postgresql database url