• J
    conf: Add new secret type "passphrase" · c8438010
    John Ferlan 提交于
    Add a new secret type known as "passphrase" - it will handle adding the
    secret objects that need a passphrase without a specific username.
    
    The format is:
    
       <secret ...>
         <uuid>...</uuid>
         ...
         <usage type='passphrase'>
           <name>mumblyfratz</name>
         </usage>
       </secret>
    Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
    c8438010
formatsecret.html.in 10.8 KB