VirtualBox

source: vbox/trunk/doc/manual/ru_RU/man_VBoxManage-signova.xml

Last change on this file was 103620, checked in by vboxsync, 2 months ago

doc/man_VBoxManage: Adapt Russian translation files: Require all refsect1 and refsect2 elements to have @id attributes in manpages. bugref:10302

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 7.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage signova
4-->
5<!--
6 Copyright (C) 2006-2023 Oracle and/or its affiliates.
7
8 This file is part of VirtualBox base platform packages, as
9 available from https://www.virtualbox.org.
10
11 This program is free software; you can redistribute it and/or
12 modify it under the terms of the GNU General Public License
13 as published by the Free Software Foundation, in version 3 of the
14 License.
15
16 This program is distributed in the hope that it will be useful, but
17 WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, see <https://www.gnu.org/licenses>.
23
24 SPDX-License-Identifier: GPL-3.0-only
25-->
26<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
27 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
28<!ENTITY % all.entities SYSTEM "all-entities.ent">
29%all.entities;
30]>
31<refentry id="vboxmanage-signova" lang="en">
32 <refentryinfo>
33 <pubdate>$Date: 2024-02-29 20:47:25 +0000 (Thu, 29 Feb 2024) $</pubdate>
34 <title>VBoxManage signova</title>
35 </refentryinfo>
36
37 <refmeta>
38 <refentrytitle>VBoxManage-signova</refentrytitle>
39 <manvolnum>1</manvolnum>
40 </refmeta>
41
42 <refnamediv>
43 <refname>VBoxManage-signova</refname>
44 <refpurpose>цифровая подпись OVA</refpurpose>
45 <refclass>&product-name;</refclass>
46 </refnamediv>
47
48 <refsynopsisdiv>
49 <cmdsynopsis id="synopsis-vboxmanage-signova">
50<!-- The 'id' is mandatory and must start with 'synopsis-'. -->
51 <command>VBoxManage signova</command>
52 <arg choice="req"><replaceable>ova</replaceable></arg>
53 <arg choice="req">--certificate=<replaceable>файл</replaceable></arg>
54 <arg choice="req">--private-key=<replaceable>файл</replaceable></arg>
55 <group>
56 <arg choice="plain">--private-key-password-file=<replaceable>файл-с-паролем</replaceable></arg>
57 <arg choice="plain">--private-key-password=<replaceable>файл-с-паролем</replaceable></arg>
58 </group>
59 <arg>--digest-type=<replaceable>тип</replaceable></arg>
60 <group>
61 <arg choice="plain">--pkcs7</arg>
62 <arg choice="plain">--no-pkcs7</arg>
63 </group>
64 <arg>--intermediate-cert=<replaceable>файл</replaceable></arg>
65 <arg>--force</arg>
66 <arg>--verbose</arg>
67 <arg>--quiet</arg>
68 <arg>--dry-run</arg>
69 </cmdsynopsis>
70 </refsynopsisdiv>
71
72 <refsect1 id="vboxmanage-signova-description">
73 <title>Описание</title>
74 <para>
75 Команда <command>VBoxManage signova</command> добавляет цифровую
76 подпись к OVA файлу.
77 </para>
78 <!-- Add more description here -->
79 <variablelist>
80 <varlistentry>
81 <term><replaceable>ova</replaceable></term>
82 <listitem><para>подписываемый файл OVA.</para></listitem>
83 </varlistentry>
84 <varlistentry>
85 <term><option>--certificate=<replaceable>файл</replaceable></option></term>
86 <listitem><para> Файл, содержащий сертификат для подписи OVA. Он может
87 быть или в формате PEM (base64) или DER (бинарный). Команда определит,
88 какой из них.</para></listitem>
89 </varlistentry>
90 <varlistentry>
91 <term><option>--private-key=<replaceable>файл</replaceable></option></term>
92 <listitem><para>Файл, содержащий приватный ключ. Он может быть или в
93 формате PEM (base64) или DER (бинарный). Команда определит,
94 какой из них.</para></listitem>
95 </varlistentry>
96 <varlistentry>
97 <term><option>--private-key-password-file=<replaceable>файл-с-паролем</replaceable></option></term>
98 <listitem><para>Файл, содержащий пароль к приватному ключу.</para></listitem>
99 </varlistentry>
100 <varlistentry>
101 <term><option>--private-key-password=<replaceable>пароль</replaceable></option></term>
102 <listitem><para>Пароль к приватному ключу. <!-- add warning about visibility --> </para></listitem>
103 </varlistentry>
104 <varlistentry>
105 <term><option>--digest-type=<replaceable>тип</replaceable></option></term>
106 <listitem>
107 <para>Выбирает алгоритм криптографического дайджеста, используемый
108 в подписи. Возможные значения: SHA-256 (по умолчанию), SHA-512 и SHA-1.</para>
109 <para>Некоторые старые версии OVFTool и другие продукты VMWare могут
110 требовать <option>--digest-type=sha-1</option> для принятия OVA.</para>
111 </listitem>
112 </varlistentry>
113 <varlistentry>
114 <term><option>--pkcs7</option>, <option>--no-pkcs7</option></term>
115 <listitem><para>Включает или отключает создание дополнительной подписи
116 PKCS#7/CMS. Включено по умолчанию.</para></listitem>
117 </varlistentry>
118 <varlistentry>
119 <term><option>--intermediate-cert=<replaceable>файл</replaceable></option></term>
120 <listitem><para>Файл содержащий промежуточный сертификат, который должен быть
121 включен в необязательную подпись PKCS#7/CMS. Как и другие, файл может быть
122 в форматах PEM или DER. Эта опция может повторяться для добавления нескольких
123 промежуточных сертификатов. Эта опция подразумевает опцию
124 <option>--pkcs7</option>.</para></listitem>
125 </varlistentry>
126 <varlistentry>
127 <term><option>--force</option></term>
128 <listitem><para>Переписывает существующую сигнатуру если присутствует. Поведение
129 по умолчанию - завершиться неудачей если OVA уже подписан.</para></listitem>
130 </varlistentry>
131 <varlistentry>
132 <term><option>--dry-run</option></term>
133 <listitem><para>Не изменять OVA на самом деле, просто протестировать операцию подписи.</para></listitem>
134 </varlistentry>
135 <varlistentry>
136 <term><option>-v</option>, <option>--verbose</option>, <option>-q</option>, <option>--quiet</option></term>
137 <listitem><para>Управляет степенью подробности вывода при выполнении команды. Опцию
138 <option>--verbose</option> можно указывать несколько раз для получения более
139 подробного вывода.
140 </para></listitem>
141 </varlistentry>
142 </variablelist>
143 </refsect1>
144</refentry>
145
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use