Skip to content

ruchira088/video-downloader-back-end

Repository files navigation

Video Downloader Backend

CircleCI

Instructions to set-up local JKS

When prompted for password enter: changeit

mkcert -pkcs12 cert.p12 localhost "api.localhost"

keytool -importkeystore  \
  -srckeystore cert.p12 \
  -destkeystore localhost.jks \
  -srcstoretype PKCS12 \
  -deststoretype jks

Instructions to set-up nginx SSL certificates

mkcert -key-file key.pem \
  -cert-file cert.pem \
  localhost "api.localhost"

Copy key.pem and cert.pem to nginx/ssl/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published