Skip to content

Commit

Permalink
update device name to match the README
Browse files Browse the repository at this point in the history
  • Loading branch information
don authored and jjcarstens committed Oct 11, 2022
1 parent a0c1231 commit 101182c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/poser/configurator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ defmodule Poser.Configurator do

@impl true
def build(config) do
certfile = Path.join("nerves-hub", "poser-x86_64-cert.pem")
keyfile = Path.join("nerves-hub", "poser-x86_64-key.pem")
certfile = Path.join("nerves-hub", "poser-cert.pem")
keyfile = Path.join("nerves-hub", "poser-key.pem")

signer =
Path.join("nerves-hub", "poser-signer.cert")
Expand Down

0 comments on commit 101182c

Please sign in to comment.