gnxi

gNOI OS Client

A simple shell binary that performs OS client operations against a gNOI target.

gNOI OS Client Operations

Install

go get github.com/google/gnxi/gnoi_os
go install github.com/google/gnxi/gnoi_os

Run

./gnoi_os \
    -target_addr localhost:9339 \
    -target_name target.com \
    -ca ca.crt \
    -key client.key \
    -cert client.crt \
    -version 1.1 \
    -os myosfile.img \
    -op install | activate | verify