This file is indexed.

/usr/share/pki/key/templates/generateKey.xml is in pki-base 10.6.0-1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SymKeyGenerationRequest>
    <Attributes>
        <Attribute name="description">Template for submitting a request for generating a symmetric key.</Attribute>
        <Attribute name="clientKeyID"></Attribute>
        <Attribute name="keyAlgorithm">[AES/DES/DES3/DESede/RC2/RC4]</Attribute>
        <Attribute name="keySize">128</Attribute>
        <Attribute name="keyUsage">wrap,unwrap,sign,verify,encrypt,decrypt</Attribute>
    </Attributes>
    <ClassName>com.netscape.certsrv.key.SymKeyGenerationRequest</ClassName>
</SymKeyGenerationRequest>