Lines Matching refs:be
16 Buffer data incrementally into the credential buffer so that it can be added using the :ref:`tls_cr…
44 …"``<DATA>``", "Text data to be appended to credential buffer. It can be either text, or base64-enc…
53 Credential contents can be provided in-line with the call to ``cred add``, or will otherwise be sou…
78 "``<SECTAG>``", "The sectag to use for the new credential. Can be any non-negative integer."
80 "``<BACKEND>``", "Reserved. Must always be ``DEFAULT`` (case-insensitive)."
82 … "If provided, this argument will be used as the credential data, instead of any data in the crede…
107 "``<SECTAG>``", "The sectag of the credential to delete. Can be any non-negative integer."
133 "``<SECTAG>``", "The sectag of the credential to get. Can be any non-negative integer."
179 …with this sectag. Pass ``any`` or omit to allow any sectag. Otherwise, can be any non-negative int…
201 … to the storage backend otherwise. Lines for which status is not zero will be printed with error f…
203 After the list is printed, a final summary of the found credentials will be printed in the form:
216 The following keywords (case-insensitive) may be used to specify a credential type:
243 …tered into shell will be decoded from base64 into raw binary before storage. No terminator will be…
244 …into shell will be decoded from base64 into raw binary and a NULL terminator will be appended befo…
245 …ell will be passed into storage as-written, without a NULL terminator.", "Stored data will be prin…
246 …be passed into storage as-written, with a NULL terminator.", "NULL terminator will be truncated fr…
248 The ``BIN`` format can be used to install credentials of any type, since base64 can be used to enco…
258 Otherwise, the ``STRT`` format could be used for this purpose without base64 encoding.