Mac OS X Panther for Unix Geeks
systemkeychain |
systemkeychain [-v] [-f] -C [ password ] systemkeychain [-v] -t systemkeychain [-v] [-c] [-k dest_keychain ] -s keychain |
Description
Creates and manages the system keychain, /Library/Keychains/System.keychain . ( systemkeychain also creates /var/db/SystemKey , which presumably contains a randomly generated keychain password in encrypted form.) This keychain is used by system processes that run as root , such as daemons and boot processes, and is created automatically by the SecurityServer startup item.
Options/Usage
-
- -c
-
Creates the destination keychain if it doesn't already exist.
-
- -C
-
Creates a new system keychain, unless one already exists. The keychain password can be specified with an optional argument.
-
- -f
-
Forces the overwrite of an existing system keychain when creating a new one.
-
- -k
-
Instead of adding a key to the system keychain, adds it to the specified destination keychain.
-
- -s
-
Adds a key to the system keychain that can be used to unlock the specified keychain.
-
- -t
-
Unlocks the system keychain.
-
- -v
-
Enables verbose output.
Location
/usr/sbin