Home | History | Annotate | Download | only in files
      1 #!/bin/bash
      2 
      3 . "$(dirname "$0")/common.sh"
      4 
      5 KSUBKEY_VERSION=$1
      6 
      7 pushd /var/tmp/faft/autest/keys
      8 
      9 make_pair "kernel_subkey" $KERNEL_SUBKEY_ALGOID $KSUBKEY_VERSION
     10 
     11 popd
     12