<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Tripwire%3A_Admin</id>
	<title>Tripwire: Admin - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Tripwire%3A_Admin"/>
	<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=Tripwire:_Admin&amp;action=history"/>
	<updated>2026-04-15T06:13:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://onnocenter.or.id/wiki/index.php?title=Tripwire:_Admin&amp;diff=47886&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot;sumber: https://linux.die.net/man/8/twadmin     Name  twadmin - Tripwire administrative and utility tool Synopsis  twadmin { -m F | --create-cfgfile } options...      configfi...&quot;</title>
		<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=Tripwire:_Admin&amp;diff=47886&amp;oldid=prev"/>
		<updated>2017-05-11T20:51:27Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;sumber: https://linux.die.net/man/8/twadmin     Name  twadmin - Tripwire administrative and utility tool Synopsis  twadmin { -m F | --create-cfgfile } options...      configfi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;sumber: https://linux.die.net/man/8/twadmin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Name&lt;br /&gt;
&lt;br /&gt;
twadmin - Tripwire administrative and utility tool&lt;br /&gt;
Synopsis&lt;br /&gt;
&lt;br /&gt;
twadmin { -m F | --create-cfgfile } options...&lt;br /&gt;
&lt;br /&gt;
    configfile.txt &lt;br /&gt;
twadmin { -m f | --print-cfgfile } [ options... ]&lt;br /&gt;
twadmin { -m P | --create-polfile } [ options... ]&lt;br /&gt;
    policyfile.txt &lt;br /&gt;
twadmin { -m p | --print-polfile } [ options... ]&lt;br /&gt;
twadmin { -m R | --remove-encryption } [ options... ]&lt;br /&gt;
    file1 [ file2... ] &lt;br /&gt;
twadmin { -m E | --encrypt } [ options... ]&lt;br /&gt;
    file1 [ file2... ] &lt;br /&gt;
twadmin { -m e | --examine } [ options... ]&lt;br /&gt;
    file1 [ file2... ] &lt;br /&gt;
twadmin { -m G | --generate-keys } options...&lt;br /&gt;
&lt;br /&gt;
Description&lt;br /&gt;
&lt;br /&gt;
The twadmin utility is used to perform certain administrative functions related to Tripwire files and configuration options. Specifically, twadmin allows encoding, decoding, signing, and verification of Tripwire files, and provides a means to generate and change local and site keys.&lt;br /&gt;
&lt;br /&gt;
Creating a configuration file (--create-cfgfile)&lt;br /&gt;
&lt;br /&gt;
This command mode designates an existing text file as the new configuration file for Tripwire. The plain text configuration file must be specified on the command line. Using the site key, the new configuration file is encoded and saved.&lt;br /&gt;
&lt;br /&gt;
Printing a configuration file (--print-cfgfile)&lt;br /&gt;
&lt;br /&gt;
This command mode prints the specified encoded and signed configuration file in clear-text form to standard output.&lt;br /&gt;
&lt;br /&gt;
Replacing a policy file (--create-polfile)&lt;br /&gt;
&lt;br /&gt;
This command mode designates an existing text file as the new policy file for Tripwire. The plain text policy file must be specified on the command line. Using the site key, the new policy file is encoded and saved.&lt;br /&gt;
&lt;br /&gt;
Printing a policy file (--print-polfile)&lt;br /&gt;
&lt;br /&gt;
This command mode prints the specified encoded and signed policy file in clear-text form to standard output.&lt;br /&gt;
&lt;br /&gt;
Removing encryption from a file (--remove-encryption)&lt;br /&gt;
&lt;br /&gt;
This command mode allows the user to remove signing from signed configuration, policy, database, or report files. Multiple files may be specified on the command line. The user will need to enter the appropriate local or site keyfile, or both if a combination of files is to be verified. Even with the cryptographic signing removed, these files will be in a binary encoded (non-human-readable) form.&lt;br /&gt;
&lt;br /&gt;
Encrypting a file (--encrypt)&lt;br /&gt;
&lt;br /&gt;
This command mode allows the user to sign configuration, policy, database files, or reports. Multiple files may be specified on the command line. The files will be signed using either the site or local key, as appropriate for the type of file. To automate the process, the passphrase for the key files can be included on the command line.&lt;br /&gt;
&lt;br /&gt;
Examining the signing status of a file (--examine)&lt;br /&gt;
&lt;br /&gt;
This command allows the user to examine the listed files and print a report of their signing status. This report displays the filename, file type, whether or not a file is signed, and what key (if any) is used to sign it.&lt;br /&gt;
&lt;br /&gt;
Generating keys (--generate-keys)&lt;br /&gt;
&lt;br /&gt;
This command mode generates site and/or local key files with names specified by the user.&lt;br /&gt;
&lt;br /&gt;
Options&lt;br /&gt;
&lt;br /&gt;
Creating a configuration file:&lt;br /&gt;
&lt;br /&gt;
    configfile.txt &lt;br /&gt;
-m F, --create-cfgfile&lt;br /&gt;
    Mode selector. &lt;br /&gt;
-v, --verbose&lt;br /&gt;
    Verbose output mode. Mutually exclusive with (-s). &lt;br /&gt;
-s, --silent, --quiet&lt;br /&gt;
    Silent output mode. Mutually exclusive with (-v). &lt;br /&gt;
-c cfgfile, --cfgfile cfgfile&lt;br /&gt;
    Specify the destination of the encoded (and optionally signed) configuration file. &lt;br /&gt;
-S sitekey, --site-keyfile sitekey&lt;br /&gt;
    Use the specified site key file to encode and sign the new configuration file. Exactly one of (-S) or (-e) must be specified. &lt;br /&gt;
-Q passphrase, --site-passphrase passphrase&lt;br /&gt;
    Specifies passphrase to be used with site key for configuration file encoding and signing. Valid only in conjunction with (-S). &lt;br /&gt;
-e, --no-encryption&lt;br /&gt;
    Do not sign the configuration file being stored. The configuration file will still be compressed, and will not be human-readable. Mutually exclusive with (-Q) and (-S). &lt;br /&gt;
configfile.txt&lt;br /&gt;
    Specifies the text configuration file that will become the new configuration file. &lt;br /&gt;
&lt;br /&gt;
______________________________________________________________________________&lt;br /&gt;
&lt;br /&gt;
Printing a configuration file:&lt;br /&gt;
&lt;br /&gt;
    -m f, --print-cfgfile&lt;br /&gt;
&lt;br /&gt;
    Mode selector. &lt;br /&gt;
-v, --verbose&lt;br /&gt;
    Verbose output mode. Mutually exclusive with (-s). &lt;br /&gt;
-s, --silent, --quiet&lt;br /&gt;
    Silent output mode. Mutually exclusive with (-v). &lt;br /&gt;
-c cfgfile, --cfgfile cfgfile&lt;br /&gt;
    Print the specified configuration file. &lt;br /&gt;
&lt;br /&gt;
______________________________________________________________________________&lt;br /&gt;
&lt;br /&gt;
Creating a policy file:&lt;br /&gt;
&lt;br /&gt;
    policyfile.txt &lt;br /&gt;
-m P, --create-polfile&lt;br /&gt;
    Mode selector. &lt;br /&gt;
-v, --verbose&lt;br /&gt;
    Verbose output mode. Mutually exclusive with (-s). &lt;br /&gt;
-s, --silent, --quiet&lt;br /&gt;
    Silent output mode. Mutually exclusive with (-v). &lt;br /&gt;
-c cfgfile, --cfgfile cfgfile&lt;br /&gt;
    Use the specified configuration file. &lt;br /&gt;
-p polfile, --polfile polfile&lt;br /&gt;
    Specify the destination of the encoded (and optionally signed) policy file. &lt;br /&gt;
-S sitekey, --site-keyfile sitekey&lt;br /&gt;
    Use the specified site key file. Mutually exclusive with (-e). &lt;br /&gt;
-Q passphrase, --site-passphrase passphrase&lt;br /&gt;
    Specifies passphrase to be used with site key for policy signing. Mutually exclusive with (-e). &lt;br /&gt;
-e, --no-encryption&lt;br /&gt;
    Do not sign the policy file being stored. The policy file will still be compressed, and will not be human-readable. Mutually exclusive with (-Q) and (-S). &lt;br /&gt;
policyfile.txt&lt;br /&gt;
    Specifies the text policy file that will become the new policy file. &lt;br /&gt;
&lt;br /&gt;
______________________________________________________________________________&lt;br /&gt;
&lt;br /&gt;
Printing a policy file:&lt;br /&gt;
&lt;br /&gt;
    -m p, --print-polfile&lt;br /&gt;
&lt;br /&gt;
    Mode selector. &lt;br /&gt;
-v, --verbose&lt;br /&gt;
    Verbose output mode. Mutually exclusive with (-s). &lt;br /&gt;
-s, --silent, --quiet&lt;br /&gt;
    Silent output mode. Mutually exclusive with (-v). &lt;br /&gt;
-c cfgfile, --cfgfile cfgfile&lt;br /&gt;
    Use the specified configuration file. &lt;br /&gt;
-p polfile, --polfile polfile&lt;br /&gt;
    Print the specified policy file. &lt;br /&gt;
-S sitekey, --site-keyfile sitekey&lt;br /&gt;
    Use the specified site key file. &lt;br /&gt;
&lt;br /&gt;
______________________________________________________________________________&lt;br /&gt;
&lt;br /&gt;
Removing encryption from a file:&lt;br /&gt;
&lt;br /&gt;
    file1 [ file2... ] &lt;br /&gt;
-m R, --remove-encryption&lt;br /&gt;
    Mode selector. &lt;br /&gt;
-v, --verbose&lt;br /&gt;
    Verbose output mode. Mutually exclusive with (-s). &lt;br /&gt;
-s, --silent, --quiet&lt;br /&gt;
    Silent output mode. Mutually exclusive with (-v). &lt;br /&gt;
-c cfgfile, --cfgfile cfgfile&lt;br /&gt;
    Use the specified configuration file. &lt;br /&gt;
-L localkey, --local-keyfile localkey&lt;br /&gt;
    Specify the local keyfile to use to verify database files and reports. &lt;br /&gt;
-S sitekey, --site-keyfile sitekey&lt;br /&gt;
    Specify the site keyfile to use to verify configuration and policy files. &lt;br /&gt;
-P passphrase, --local-passphrase passphrase&lt;br /&gt;
    Specify the passphrase to use when verifying with the old local keyfile. &lt;br /&gt;
-Q passphrase, --site-passphrase passphrase&lt;br /&gt;
    Specify the passphrase to use when verifying with the old site keyfile. &lt;br /&gt;
file1 [ file2... ]&lt;br /&gt;
    List of files from which signing is to be removed. &lt;br /&gt;
&lt;br /&gt;
______________________________________________________________________________&lt;br /&gt;
&lt;br /&gt;
Encrypting a file:&lt;br /&gt;
&lt;br /&gt;
    file1 [ file2... ] &lt;br /&gt;
-m E, --encrypt&lt;br /&gt;
    Mode selector. &lt;br /&gt;
-v, --verbose&lt;br /&gt;
    Verbose output mode. Mutually exclusive with (-s). &lt;br /&gt;
-s, --silent, --quiet&lt;br /&gt;
    Silent output mode. Mutually exclusive with (-v). &lt;br /&gt;
-c cfgfile, --cfgfile cfgfile&lt;br /&gt;
    Use the specified configuration file. &lt;br /&gt;
-L localkey, --local-keyfile localkey&lt;br /&gt;
    Specify the local keyfile to use to sign database files and reports. &lt;br /&gt;
-S sitekey, --site-keyfile sitekey&lt;br /&gt;
    Specify the site keyfile to use to sign configuration and policy files. &lt;br /&gt;
-P passphrase, --local-passphrase passphrase&lt;br /&gt;
    Specify the passphrase to use when signing with the local keyfile. &lt;br /&gt;
-Q passphrase, --site-passphrase passphrase&lt;br /&gt;
    Specify the passphrase to use when signing with the site keyfile. &lt;br /&gt;
file1 [ file2... ]&lt;br /&gt;
    List of files to sign using the new key(s). &lt;br /&gt;
&lt;br /&gt;
______________________________________________________________________________&lt;br /&gt;
&lt;br /&gt;
Examining the encryption status of a file:&lt;br /&gt;
&lt;br /&gt;
    file1 [ file2... ] &lt;br /&gt;
-m e, --examine&lt;br /&gt;
    Mode selector. &lt;br /&gt;
-v, --verbose&lt;br /&gt;
    Verbose output mode. Mutually exclusive with (-s). &lt;br /&gt;
-s, --silent, --quiet&lt;br /&gt;
    Silent output mode. Mutually exclusive with (-v). &lt;br /&gt;
-c cfgfile, --cfgfile cfgfile&lt;br /&gt;
    Use the specified configuration file. &lt;br /&gt;
-L localkey, --local-keyfile localkey&lt;br /&gt;
    Specifies the key to use as a local key. &lt;br /&gt;
-S sitekey, --site-keyfile sitekey&lt;br /&gt;
    Specifies the key to use as a site key. &lt;br /&gt;
file1 [ file2... ]&lt;br /&gt;
    List of files to examine. &lt;br /&gt;
&lt;br /&gt;
______________________________________________________________________________&lt;br /&gt;
&lt;br /&gt;
Generating keys:&lt;br /&gt;
&lt;br /&gt;
    -m G, --generate-keys&lt;br /&gt;
&lt;br /&gt;
    Mode selector. &lt;br /&gt;
-v, --verbose&lt;br /&gt;
    Verbose output mode. Mutually exclusive with (-s). &lt;br /&gt;
-s, --silent, --quiet&lt;br /&gt;
    Silent output mode. Mutually exclusive with (-v). &lt;br /&gt;
-L localkey, --local-keyfile localkey&lt;br /&gt;
    Generate the local key into the specified file. At least one of (-L) or (-S) must be specified. &lt;br /&gt;
-S sitekey, --site-keyfile sitekey&lt;br /&gt;
    Generate the site key into the specified file. At least one of (-S) or (-L) must be specified. &lt;br /&gt;
-P passphrase, --local-passphrase passphrase&lt;br /&gt;
    Specify local passphrase to be used when generating the local key. &lt;br /&gt;
-Q passphrase, --site-passphrase passphrase&lt;br /&gt;
    Specify site passphrase to be used when generating the site key. &lt;br /&gt;
&lt;br /&gt;
Version Information&lt;br /&gt;
&lt;br /&gt;
This man page describes twadmin version 2.4.1.&lt;br /&gt;
Authors&lt;br /&gt;
&lt;br /&gt;
Tripwire, Inc. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* https://linux.die.net/man/8/twadmin&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>