.. _orb-node-create-from-cert-files: orb node create-from-cert-files =============================== Usage: ----- .. code:: $ orb node create-from-cert-files [OPTIONS] Options: --------- * --hostname TEXT: IP address or DNS-resolvable name for this host. [required] * --mac-file-path TEXT: Path to the node macaroon. [required] * --node-type TEXT: cln or lnd. [required] * --protocol TEXT: rest or grpc. [required] * --network TEXT: IP address or DNS-resovable name for this host. [required] * --cert-file-path TEXT: Path to the node certificate. [required] * --rest-port INTEGER: REST port. [default: 8080] * --grpc-port INTEGER: GRPC port. [default: 10009] * --use-node / --no-use-node: Whether to set as default. [default: True] * --help: Show this message and exit. Description: ----------- Create node and use certificate files. This command is very similar to :ref:`orb-node-create`, the difference being that instead of taking certificate and macaroon data, it takes in paths to those files, with: `--mac-file-path=...` `--cert-file-path=...` This is practical for creating nodes after certificates and macaroons have been copied locally. .. asciinema:: /_static/orb-node-create-from-cert-files.cast