myip

command module
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: BSD-2-Clause Imports: 1 Imported by: 0

README

myip
====
myip is a client and server, to figure out your public IP address.

To build it just run: go build

To secure the connection between the cilent and server, as well as restrict
access, the communication is secured using mTLS.

Therefore you have to create a TLS certificate for the server and the client.
This can be done using openssl or the tools form smallstep (e.g. step).

Here is some hint how you can create self sign certificates for the
server/client. Password protected certificates are not supported.

step ca init

step certificate create localhost server.crt server.key --profile leaf \
--ca ../certs/root_ca.crt --ca-key ../secrets/root_ca_key \
--no-password --insecure

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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