Skip to content

Instantly share code, notes, and snippets.

@cawka
Created September 21, 2018 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cawka/cdc62555f177afccfc21b99c062ecce4 to your computer and use it in GitHub Desktop.
Save cawka/cdc62555f177afccfc21b99c062ecce4 to your computer and use it in GitHub Desktop.
rule
{
id "Simple Rule"
for data
filter
{
type name
name /home
relation is-strict-prefix-of
}
checker
{
type customized
sig-type ecdsa-sha256
key-locator
{
type name
regex ^<home><LivingRoom><Camera-01><KEY><>$
}
}
}
trust-anchor
{
type dir
dir anchors
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment