micro-app

module
v0.0.0-...-271fa43 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2025 License: MIT

README

micro-app

To Create ca-certificate
openssl req -x509 -nodes -newkey rsa:4096 \
-keyout server.key -out server.crt -days 365 \
-subj "/C=US/ST=State/L=City/O=Organization/OU=Department/CN=localhost" \
-addext "subjectAltName=DNS:localhost,DNS:example.com,IP:127.0.0.1,IP:192.168.1.1" \
-config /dev/null
gRPC Request
    grpcurl -d '{"movie_id":"1"}' localhost:8091 MetadataService/GetMetadata

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL