oci-cli 3.72.1__py3-none-any.whl → 3.73.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci_cli/bin/dif.psm1 +3 -3
- oci_cli/bin/mysql.psm1 +6 -2
- oci_cli/bin/opensearch.psm1 +2 -2
- oci_cli/bin/queue.psm1 +23 -11
- oci_cli/help_text_producer/data_files/text/cmdref/certificates/ca-bundle/get.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-authority-bundle/get.txt +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-authority-bundle-version/list.txt +1 -2
- oci_cli/help_text_producer/data_files/text/cmdref/certificates/certificate-bundle/get.txt +6 -5
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-root-ca-by-generating-config-details.txt +12 -8
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-root-ca-managed-externally.txt +206 -0
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-subordinate-ca-issued-by-internal-ca.txt +12 -8
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/create-subordinate-ca-managed-internally-issued-by-external-ca.txt +229 -0
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-root-ca-by-generating-config-details.txt +8 -2
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-root-ca-managed-externally.txt +222 -0
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-subordinate-ca-issued-by-internal-ca.txt +8 -2
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority/update-subordinate-ca-managed-internally-issued-by-external-ca.txt +233 -0
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt/certificate-authority.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/certs-mgmt.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/apply-host-configuration.txt +0 -26
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/attach.txt +0 -26
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/check-host-configuration.txt +0 -26
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-compute-bare-metal-host-placement-constraint-details.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create-dedicated-vm-host-host-group-placement-constraint-details.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/create.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/list.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host-instance/list.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-configuration/launch-compute-instance.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute-management/instance-pool/create.txt +5 -4
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/restart.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log/{list-logs.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/add.txt +51 -2
- oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/create.txt +50 -2
- oci_cli/help_text_producer/data_files/text/cmdref/dif/stack/deploy-artifacts.txt +36 -4
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/create.txt +11 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/agent-endpoint/update.txt +11 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/change-compartment.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/create.txt +170 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/delete.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/get.txt +96 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/list.txt +143 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity/update.txt +184 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/provisioned-capacity.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-rag-tool-config.txt +37 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-sql-tool-config.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-rag-tool-config.txt +37 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-sql-tool-config.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log-entry/list-work-request-logs.txt → work-request-log/list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log-entry.txt → work-request-log.txt} +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster/list-node-shapes.txt +129 -0
- oci_cli/help_text_producer/data_files/text/cmdref/kafka/cluster.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/kafka.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup/export.txt +154 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/backup.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/work-request/cancel.txt +104 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/work-request.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/create.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/network/vcn/update.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/create.txt +205 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/delete.txt +146 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/get.txt +108 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/list.txt +160 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance/update.txt +217 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance/management-appliance.txt +22 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/management-appliance.txt +25 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/create.txt +11 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/update.txt +11 -0
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/queue/channels/list-channels.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/delete-message.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/delete-messages.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/get-messages.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/get-stats.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/update-message.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/messages/update-messages.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/create.txt +169 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/delete.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/get.txt +97 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group/update.txt +185 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group-collection/list-consumer-groups.txt +142 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group-collection.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/consumer-group.txt +20 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/create.txt +18 -2
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/purge.txt +19 -6
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin/queue/update.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue/queue-admin.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/queue.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt +6 -6
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt +4 -4
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt +1 -1
- oci_cli/version.py +1 -1
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/METADATA +2 -2
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/RECORD +134 -102
- services/certificates/src/oci_cli_certificates/generated/certificates_cli.py +6 -6
- services/certificates_management/src/oci_cli_certificates_management/certificatesmanagement_cli_extended.py +126 -0
- services/certificates_management/src/oci_cli_certificates_management/generated/certificatesmanagement_cli.py +447 -25
- services/core/src/oci_cli_compute/generated/compute_cli.py +126 -174
- services/core/src/oci_cli_compute_management/generated/computemanagement_cli.py +13 -4
- services/core/src/oci_cli_virtual_network/generated/virtualnetwork_cli.py +2 -2
- services/database/src/oci_cli_database/generated/database_cli.py +4 -1
- services/dif/src/oci_cli_stack/generated/stack_cli.py +65 -17
- services/dif/src/oci_cli_stack/stack_cli_extended.py +9 -9
- services/generative_ai_agent/src/oci_cli_generative_ai_agent/generated/generativeaiagent_cli.py +435 -16
- services/managed_kafka/src/oci_cli_kafka_cluster/generated/kafkacluster_cli.py +56 -0
- services/mysql/src/oci_cli_db_backups/generated/dbbackups_cli.py +70 -0
- services/mysql/src/oci_cli_work_requests/generated/workrequests_cli.py +26 -0
- services/ocvp/src/oci_cli_management_appliance/__init__.py +4 -0
- services/ocvp/src/oci_cli_management_appliance/generated/__init__.py +4 -0
- services/ocvp/src/oci_cli_management_appliance/generated/client_mappings.py +14 -0
- services/ocvp/src/oci_cli_management_appliance/generated/managementappliance_cli.py +341 -0
- services/opensearch/src/oci_cli_opensearch_cluster/generated/opensearchcluster_cli.py +16 -8
- services/queue/src/oci_cli_queue/generated/queue_cli.py +28 -7
- services/queue/src/oci_cli_queue_admin/generated/queueadmin_cli.py +343 -10
- services/queue/src/oci_cli_queue_admin/queueadmin_cli_extended.py +54 -7
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/WHEEL +0 -0
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.72.1.dist-info → oci_cli-3.73.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
"create-subordinate-ca-managed-internally-issued-by-external-ca"
|
|
2
|
+
****************************************************************
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Required Parameters
|
|
9
|
+
|
|
10
|
+
* Optional Parameters
|
|
11
|
+
|
|
12
|
+
* Global Parameters
|
|
13
|
+
|
|
14
|
+
* Example using required parameter
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Description
|
|
18
|
+
===========
|
|
19
|
+
|
|
20
|
+
Creates a new certificate authority (CA) according to the details of
|
|
21
|
+
the request.
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
Usage
|
|
25
|
+
=====
|
|
26
|
+
|
|
27
|
+
oci certs-mgmt certificate-authority create-subordinate-ca-managed-internally-issued-by-external-ca [OPTIONS]
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
Required Parameters
|
|
31
|
+
===================
|
|
32
|
+
|
|
33
|
+
--compartment-id, -c [text]
|
|
34
|
+
|
|
35
|
+
The compartment in which you want to create the CA.
|
|
36
|
+
|
|
37
|
+
--issuer-certificate-authority-id [text]
|
|
38
|
+
|
|
39
|
+
The OCID of the private, external issuer CA.
|
|
40
|
+
|
|
41
|
+
--name [text]
|
|
42
|
+
|
|
43
|
+
A user-friendly name for the CA. Names are unique within a
|
|
44
|
+
compartment. Avoid entering confidential information. Valid characters
|
|
45
|
+
include uppercase or lowercase letters, numbers, hyphens, underscores,
|
|
46
|
+
and periods.
|
|
47
|
+
|
|
48
|
+
--subject [complex type]
|
|
49
|
+
|
|
50
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
51
|
+
be provided as a string on the command line or passed in as a file
|
|
52
|
+
using the file://path/to/file syntax.
|
|
53
|
+
|
|
54
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
55
|
+
example of the JSON which must be provided. We recommend storing this
|
|
56
|
+
example in a file, modifying it as needed and then passing it back in
|
|
57
|
+
via the file:// syntax.
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
Optional Parameters
|
|
61
|
+
===================
|
|
62
|
+
|
|
63
|
+
--certificate-authority-rules [complex type]
|
|
64
|
+
|
|
65
|
+
A list of rules that control how the CA is used and managed.
|
|
66
|
+
|
|
67
|
+
This option is a JSON list with items of type
|
|
68
|
+
CertificateAuthorityRule. For documentation on
|
|
69
|
+
CertificateAuthorityRule please see our API reference: https://docs.c
|
|
70
|
+
loud.oracle.com/api/#/en/certificatesmanagement/20210224/datatypes/Ce
|
|
71
|
+
rtificateAuthorityRule. This is a complex type whose value must be
|
|
72
|
+
valid JSON. The value can be provided as a string on the command line
|
|
73
|
+
or passed in as a file using the file://path/to/file syntax.
|
|
74
|
+
|
|
75
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
76
|
+
example of the JSON which must be provided. We recommend storing this
|
|
77
|
+
example in a file, modifying it as needed and then passing it back in
|
|
78
|
+
via the file:// syntax.
|
|
79
|
+
|
|
80
|
+
--certificate-revocation-list-details [complex type]
|
|
81
|
+
|
|
82
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
83
|
+
be provided as a string on the command line or passed in as a file
|
|
84
|
+
using the file://path/to/file syntax.
|
|
85
|
+
|
|
86
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
87
|
+
example of the JSON which must be provided. We recommend storing this
|
|
88
|
+
example in a file, modifying it as needed and then passing it back in
|
|
89
|
+
via the file:// syntax.
|
|
90
|
+
|
|
91
|
+
--defined-tags [complex type]
|
|
92
|
+
|
|
93
|
+
Usage of predefined tag keys. These predefined keys are scoped to
|
|
94
|
+
namespaces. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
|
|
95
|
+
a complex type whose value must be valid JSON. The value can be
|
|
96
|
+
provided as a string on the command line or passed in as a file using
|
|
97
|
+
the file://path/to/file syntax.
|
|
98
|
+
|
|
99
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
100
|
+
example of the JSON which must be provided. We recommend storing this
|
|
101
|
+
example in a file, modifying it as needed and then passing it back in
|
|
102
|
+
via the file:// syntax.
|
|
103
|
+
|
|
104
|
+
--description [text]
|
|
105
|
+
|
|
106
|
+
A brief description of the CA.
|
|
107
|
+
|
|
108
|
+
--external-key-description [text]
|
|
109
|
+
|
|
110
|
+
For externally managed CAs, a description of the externally managed
|
|
111
|
+
private key. Avoid entering confidential information.
|
|
112
|
+
|
|
113
|
+
--freeform-tags [complex type]
|
|
114
|
+
|
|
115
|
+
Simple key-value pair that is applied without any predefined name,
|
|
116
|
+
type or scope. Exists for cross-compatibility only. Example: *{“bar-
|
|
117
|
+
key”: “value”}* This is a complex type whose value must be valid JSON.
|
|
118
|
+
The value can be provided as a string on the command line or passed in
|
|
119
|
+
as a file using the file://path/to/file syntax.
|
|
120
|
+
|
|
121
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
122
|
+
example of the JSON which must be provided. We recommend storing this
|
|
123
|
+
example in a file, modifying it as needed and then passing it back in
|
|
124
|
+
via the file:// syntax.
|
|
125
|
+
|
|
126
|
+
--from-json [text]
|
|
127
|
+
|
|
128
|
+
Provide input to this command as a JSON document from a file using the
|
|
129
|
+
file://path-to/file syntax.
|
|
130
|
+
|
|
131
|
+
The "--generate-full-command-json-input" option can be used to
|
|
132
|
+
generate a sample json file to be used with this command option. The
|
|
133
|
+
key names are pre-populated and match the command option names
|
|
134
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
135
|
+
while the values of the keys need to be populated by the user before
|
|
136
|
+
using the sample file as an input to this command. For any command
|
|
137
|
+
option that accepts multiple values, the value of the key can be a
|
|
138
|
+
JSON array.
|
|
139
|
+
|
|
140
|
+
Options can still be provided on the command line. If an option exists
|
|
141
|
+
in both the JSON document and the command line then the command line
|
|
142
|
+
specified value will be used.
|
|
143
|
+
|
|
144
|
+
For examples on usage of this option, please see our “using CLI with
|
|
145
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
146
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
147
|
+
|
|
148
|
+
--kms-key-id [text]
|
|
149
|
+
|
|
150
|
+
The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt
|
|
151
|
+
the CA.
|
|
152
|
+
|
|
153
|
+
--max-wait-seconds [integer]
|
|
154
|
+
|
|
155
|
+
The maximum time to wait for the resource to reach the lifecycle state
|
|
156
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
157
|
+
|
|
158
|
+
--signing-algorithm [text]
|
|
159
|
+
|
|
160
|
+
The algorithm used to sign public key certificates that the CA issues.
|
|
161
|
+
|
|
162
|
+
Accepted values are:
|
|
163
|
+
|
|
164
|
+
SHA256_WITH_ECDSA, SHA256_WITH_RSA, SHA384_WITH_ECDSA, SHA384_WITH_RSA, SHA512_WITH_ECDSA, SHA512_WITH_RSA
|
|
165
|
+
|
|
166
|
+
--version-name [text]
|
|
167
|
+
|
|
168
|
+
The name of the CA version. When the value is not null, a name is
|
|
169
|
+
unique across versions of a given CA.
|
|
170
|
+
|
|
171
|
+
--wait-for-state [text]
|
|
172
|
+
|
|
173
|
+
This operation creates, modifies or deletes a resource that has a
|
|
174
|
+
defined lifecycle state. Specify this option to perform the action and
|
|
175
|
+
then wait until the resource reaches a given lifecycle state. Multiple
|
|
176
|
+
states can be specified, returning on the first state. For example, "
|
|
177
|
+
--wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
|
|
178
|
+
whichever lifecycle state is reached first. If timeout is reached, a
|
|
179
|
+
return code of 2 is returned. For any other error, a return code of 1
|
|
180
|
+
is returned.
|
|
181
|
+
|
|
182
|
+
Accepted values are:
|
|
183
|
+
|
|
184
|
+
ACTIVE, CANCELLING_DELETION, CREATING, DELETED, DELETING, FAILED, PENDING_ACTIVATION, PENDING_DELETION, SCHEDULING_DELETION, UPDATING
|
|
185
|
+
|
|
186
|
+
--wait-interval-seconds [integer]
|
|
187
|
+
|
|
188
|
+
Check every "--wait-interval-seconds" to see whether the resource has
|
|
189
|
+
reached the lifecycle state defined by "--wait-for-state". Defaults to
|
|
190
|
+
30 seconds.
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
Global Parameters
|
|
194
|
+
=================
|
|
195
|
+
|
|
196
|
+
Use "oci --help" for help on global parameters.
|
|
197
|
+
|
|
198
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
199
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
200
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
201
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
202
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
203
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
204
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
205
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
206
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
Example using required parameter
|
|
210
|
+
================================
|
|
211
|
+
|
|
212
|
+
Copy and paste the following example into a JSON file, replacing the
|
|
213
|
+
example parameters with your own.
|
|
214
|
+
|
|
215
|
+
oci certs-mgmt certificate-authority create-subordinate-ca-managed-internally-issued-by-external-ca --generate-param-json-input subject > subject.json
|
|
216
|
+
|
|
217
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
218
|
+
command by typing “bash example.sh” and replacing the example
|
|
219
|
+
parameters with your own.
|
|
220
|
+
|
|
221
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
222
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
223
|
+
security policies before trying the examples.
|
|
224
|
+
|
|
225
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/create-subordinate-ca-managed-internally-issued-by-external-ca.html#cmdoption-compartment-id
|
|
226
|
+
export issuer_certificate_authority_id=<substitute-value-of-issuer_certificate_authority_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/create-subordinate-ca-managed-internally-issued-by-external-ca.html#cmdoption-issuer-certificate-authority-id
|
|
227
|
+
export name=<substitute-value-of-name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/create-subordinate-ca-managed-internally-issued-by-external-ca.html#cmdoption-name
|
|
228
|
+
|
|
229
|
+
oci certs-mgmt certificate-authority create-subordinate-ca-managed-internally-issued-by-external-ca --compartment-id $compartment_id --issuer-certificate-authority-id $issuer_certificate_authority_id --name $name --subject file://subject.json
|
|
@@ -79,7 +79,7 @@ state. The state value is case-insensitive.
|
|
|
79
79
|
|
|
80
80
|
Accepted values are:
|
|
81
81
|
|
|
82
|
-
ACTIVE, CANCELLING_DELETION, CREATING, DELETED, DELETING, FAILED, PENDING_DELETION, SCHEDULING_DELETION, UPDATING
|
|
82
|
+
ACTIVE, CANCELLING_DELETION, CREATING, DELETED, DELETING, FAILED, PENDING_ACTIVATION, PENDING_DELETION, SCHEDULING_DELETION, UPDATING
|
|
83
83
|
|
|
84
84
|
--limit [integer]
|
|
85
85
|
|
|
@@ -80,7 +80,13 @@ via the file:// syntax.
|
|
|
80
80
|
|
|
81
81
|
--description [text]
|
|
82
82
|
|
|
83
|
-
A brief description of the CA.
|
|
83
|
+
A brief description of the CA. Avoid entering confidential
|
|
84
|
+
information.
|
|
85
|
+
|
|
86
|
+
--external-key-description [text]
|
|
87
|
+
|
|
88
|
+
For externally managed CAs, a description of the externally managed
|
|
89
|
+
key. Avoid entering confidential information.
|
|
84
90
|
|
|
85
91
|
--force
|
|
86
92
|
|
|
@@ -176,7 +182,7 @@ is returned.
|
|
|
176
182
|
|
|
177
183
|
Accepted values are:
|
|
178
184
|
|
|
179
|
-
ACTIVE, CANCELLING_DELETION, CREATING, DELETED, DELETING, FAILED, PENDING_DELETION, SCHEDULING_DELETION, UPDATING
|
|
185
|
+
ACTIVE, CANCELLING_DELETION, CREATING, DELETED, DELETING, FAILED, PENDING_ACTIVATION, PENDING_DELETION, SCHEDULING_DELETION, UPDATING
|
|
180
186
|
|
|
181
187
|
--wait-interval-seconds [integer]
|
|
182
188
|
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
"update-root-ca-managed-externally"
|
|
2
|
+
***********************************
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Required Parameters
|
|
9
|
+
|
|
10
|
+
* Optional Parameters
|
|
11
|
+
|
|
12
|
+
* Global Parameters
|
|
13
|
+
|
|
14
|
+
* Example using required parameter
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Description
|
|
18
|
+
===========
|
|
19
|
+
|
|
20
|
+
Updates the properties of the specified certificate authority (CA).
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci certs-mgmt certificate-authority update-root-ca-managed-externally [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--certificate-authority-id [text]
|
|
33
|
+
|
|
34
|
+
The OCID of the certificate authority (CA).
|
|
35
|
+
|
|
36
|
+
--certificate-pem [text]
|
|
37
|
+
|
|
38
|
+
The externally signed certificate (in PEM format) for the CA.
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
Optional Parameters
|
|
42
|
+
===================
|
|
43
|
+
|
|
44
|
+
--certificate-authority-rules [complex type]
|
|
45
|
+
|
|
46
|
+
A list of rules that control how the CA is used and managed.
|
|
47
|
+
|
|
48
|
+
This option is a JSON list with items of type
|
|
49
|
+
CertificateAuthorityRule. For documentation on
|
|
50
|
+
CertificateAuthorityRule please see our API reference: https://docs.c
|
|
51
|
+
loud.oracle.com/api/#/en/certificatesmanagement/20210224/datatypes/Ce
|
|
52
|
+
rtificateAuthorityRule. This is a complex type whose value must be
|
|
53
|
+
valid JSON. The value can be provided as a string on the command line
|
|
54
|
+
or passed in as a file using the file://path/to/file syntax.
|
|
55
|
+
|
|
56
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
57
|
+
example of the JSON which must be provided. We recommend storing this
|
|
58
|
+
example in a file, modifying it as needed and then passing it back in
|
|
59
|
+
via the file:// syntax.
|
|
60
|
+
|
|
61
|
+
--certificate-revocation-list-details [complex type]
|
|
62
|
+
|
|
63
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
64
|
+
be provided as a string on the command line or passed in as a file
|
|
65
|
+
using the file://path/to/file syntax.
|
|
66
|
+
|
|
67
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
68
|
+
example of the JSON which must be provided. We recommend storing this
|
|
69
|
+
example in a file, modifying it as needed and then passing it back in
|
|
70
|
+
via the file:// syntax.
|
|
71
|
+
|
|
72
|
+
--current-version-number [integer]
|
|
73
|
+
|
|
74
|
+
Makes this version the current version. This property can’t be updated
|
|
75
|
+
in combination with any other properties.
|
|
76
|
+
|
|
77
|
+
--defined-tags [complex type]
|
|
78
|
+
|
|
79
|
+
Usage of predefined tag keys. These predefined keys are scoped to
|
|
80
|
+
namespaces. Example: *{“foo-namespace”: {“bar-key”: “value”}}* This is
|
|
81
|
+
a complex type whose value must be valid JSON. The value can be
|
|
82
|
+
provided as a string on the command line or passed in as a file using
|
|
83
|
+
the file://path/to/file syntax.
|
|
84
|
+
|
|
85
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
86
|
+
example of the JSON which must be provided. We recommend storing this
|
|
87
|
+
example in a file, modifying it as needed and then passing it back in
|
|
88
|
+
via the file:// syntax.
|
|
89
|
+
|
|
90
|
+
--description [text]
|
|
91
|
+
|
|
92
|
+
A brief description of the CA. Avoid entering confidential
|
|
93
|
+
information.
|
|
94
|
+
|
|
95
|
+
--external-key-description [text]
|
|
96
|
+
|
|
97
|
+
For externally managed CAs, a description of the externally managed
|
|
98
|
+
key. Avoid entering confidential information.
|
|
99
|
+
|
|
100
|
+
--force
|
|
101
|
+
|
|
102
|
+
Perform update without prompting for confirmation.
|
|
103
|
+
|
|
104
|
+
--freeform-tags [complex type]
|
|
105
|
+
|
|
106
|
+
Simple key-value pair that is applied without any predefined name,
|
|
107
|
+
type or scope. Exists for cross-compatibility only. Example: *{“bar-
|
|
108
|
+
key”: “value”}* This is a complex type whose value must be valid JSON.
|
|
109
|
+
The value can be provided as a string on the command line or passed in
|
|
110
|
+
as a file using the file://path/to/file syntax.
|
|
111
|
+
|
|
112
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
113
|
+
example of the JSON which must be provided. We recommend storing this
|
|
114
|
+
example in a file, modifying it as needed and then passing it back in
|
|
115
|
+
via the file:// syntax.
|
|
116
|
+
|
|
117
|
+
--from-json [text]
|
|
118
|
+
|
|
119
|
+
Provide input to this command as a JSON document from a file using the
|
|
120
|
+
file://path-to/file syntax.
|
|
121
|
+
|
|
122
|
+
The "--generate-full-command-json-input" option can be used to
|
|
123
|
+
generate a sample json file to be used with this command option. The
|
|
124
|
+
key names are pre-populated and match the command option names
|
|
125
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
126
|
+
while the values of the keys need to be populated by the user before
|
|
127
|
+
using the sample file as an input to this command. For any command
|
|
128
|
+
option that accepts multiple values, the value of the key can be a
|
|
129
|
+
JSON array.
|
|
130
|
+
|
|
131
|
+
Options can still be provided on the command line. If an option exists
|
|
132
|
+
in both the JSON document and the command line then the command line
|
|
133
|
+
specified value will be used.
|
|
134
|
+
|
|
135
|
+
For examples on usage of this option, please see our “using CLI with
|
|
136
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
137
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
138
|
+
|
|
139
|
+
--if-match [text]
|
|
140
|
+
|
|
141
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
142
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
143
|
+
previous GET or POST response for that resource. The resource will be
|
|
144
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
145
|
+
current etag value.
|
|
146
|
+
|
|
147
|
+
--max-wait-seconds [integer]
|
|
148
|
+
|
|
149
|
+
The maximum time to wait for the resource to reach the lifecycle state
|
|
150
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
151
|
+
|
|
152
|
+
--stage [text]
|
|
153
|
+
|
|
154
|
+
The rotation state of the CA. The default is *PENDING*, meaning that
|
|
155
|
+
the CA is staged and available for use. A CA version that you mark as
|
|
156
|
+
*CURRENT* is currently in use, but you don’t yet want to rotate it
|
|
157
|
+
into current, active use. For example, you might create or update a CA
|
|
158
|
+
and mark its rotation state as *PENDING* if you haven’t yet updated
|
|
159
|
+
the certificate on the target system.
|
|
160
|
+
|
|
161
|
+
Accepted values are:
|
|
162
|
+
|
|
163
|
+
CURRENT, PENDING
|
|
164
|
+
|
|
165
|
+
--version-name [text]
|
|
166
|
+
|
|
167
|
+
The name of the CA version. When the value is not null, a name is
|
|
168
|
+
unique across versions of a given CA.
|
|
169
|
+
|
|
170
|
+
--wait-for-state [text]
|
|
171
|
+
|
|
172
|
+
This operation creates, modifies or deletes a resource that has a
|
|
173
|
+
defined lifecycle state. Specify this option to perform the action and
|
|
174
|
+
then wait until the resource reaches a given lifecycle state. Multiple
|
|
175
|
+
states can be specified, returning on the first state. For example, "
|
|
176
|
+
--wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
|
|
177
|
+
whichever lifecycle state is reached first. If timeout is reached, a
|
|
178
|
+
return code of 2 is returned. For any other error, a return code of 1
|
|
179
|
+
is returned.
|
|
180
|
+
|
|
181
|
+
Accepted values are:
|
|
182
|
+
|
|
183
|
+
ACTIVE, CANCELLING_DELETION, CREATING, DELETED, DELETING, FAILED, PENDING_ACTIVATION, PENDING_DELETION, SCHEDULING_DELETION, UPDATING
|
|
184
|
+
|
|
185
|
+
--wait-interval-seconds [integer]
|
|
186
|
+
|
|
187
|
+
Check every "--wait-interval-seconds" to see whether the resource has
|
|
188
|
+
reached the lifecycle state defined by "--wait-for-state". Defaults to
|
|
189
|
+
30 seconds.
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
Global Parameters
|
|
193
|
+
=================
|
|
194
|
+
|
|
195
|
+
Use "oci --help" for help on global parameters.
|
|
196
|
+
|
|
197
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
198
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
199
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
200
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
201
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
202
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
203
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
204
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
205
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
Example using required parameter
|
|
209
|
+
================================
|
|
210
|
+
|
|
211
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
212
|
+
command by typing “bash example.sh” and replacing the example
|
|
213
|
+
parameters with your own.
|
|
214
|
+
|
|
215
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
216
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
217
|
+
security policies before trying the examples.
|
|
218
|
+
|
|
219
|
+
export certificate_authority_id=<substitute-value-of-certificate_authority_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/update-root-ca-managed-externally.html#cmdoption-certificate-authority-id
|
|
220
|
+
export certificate_pem=<substitute-value-of-certificate_pem> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/certs-mgmt/certificate-authority/update-root-ca-managed-externally.html#cmdoption-certificate-pem
|
|
221
|
+
|
|
222
|
+
oci certs-mgmt certificate-authority update-root-ca-managed-externally --certificate-authority-id $certificate_authority_id --certificate-pem $certificate_pem
|
|
@@ -80,7 +80,13 @@ via the file:// syntax.
|
|
|
80
80
|
|
|
81
81
|
--description [text]
|
|
82
82
|
|
|
83
|
-
A brief description of the CA.
|
|
83
|
+
A brief description of the CA. Avoid entering confidential
|
|
84
|
+
information.
|
|
85
|
+
|
|
86
|
+
--external-key-description [text]
|
|
87
|
+
|
|
88
|
+
For externally managed CAs, a description of the externally managed
|
|
89
|
+
key. Avoid entering confidential information.
|
|
84
90
|
|
|
85
91
|
--force
|
|
86
92
|
|
|
@@ -176,7 +182,7 @@ is returned.
|
|
|
176
182
|
|
|
177
183
|
Accepted values are:
|
|
178
184
|
|
|
179
|
-
ACTIVE, CANCELLING_DELETION, CREATING, DELETED, DELETING, FAILED, PENDING_DELETION, SCHEDULING_DELETION, UPDATING
|
|
185
|
+
ACTIVE, CANCELLING_DELETION, CREATING, DELETED, DELETING, FAILED, PENDING_ACTIVATION, PENDING_DELETION, SCHEDULING_DELETION, UPDATING
|
|
180
186
|
|
|
181
187
|
--wait-interval-seconds [integer]
|
|
182
188
|
|