VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/cloud-create-cloud-profile.dita@ 107390

最後變更 在這個檔案從107390是 107390,由 vboxsync 提交於 2 月 前

Docs: bugref:10705. bugref: 10829. The docs build has been modified to split generated refentry dita files and the user manual files and the following commits from doc's team git repo has been applied:

0946136c74dda0483704db891345cb39548b4e28 Started consolidating known issues and troubleshooting information
845b847e6a8e778b38a57867e25ee5e086a73800 Added individual topics for list of known issues, integrated into Troubleshooting section.
bb574836aac775889bd61e4a72f489617fcb7d18 Removed EFI firmware from experimental features for 7.2
6d2e68b244869991e713d170ecd239739d99ba56 Moved known issues into Known Issues section
e2630c896561587718b5c3197c384a38d07014d5 Merge branch 'VBP-1461_experimental-features' into 'main'
0512e2cce51f49ccdc56f3381a2a0c924f2bd278 Feedback on known issues
a77d6c980f6ff5cad9d32b2fb9290990093a03fa Restructured host and guest OS topics
988af5cc9628f5de0806531bc98686f691a911fd Updates with feedbback from Jacob
982a61c9f25b22b745ec483e763e3d88efe59c40 Included feedback from Jacob
93181c8c6cc2d9a26bcccb1145cb0423c0d9f4c9 Updated known issues with feedback from Klaus
8bc369561c383f09b409fe5e44f507440b3735fb Created Legacy Guest OS section
d7932f55accdab7a03666302d58b8c941cd48be2 Moved known issues to more appropriate places for the info
2a4aa094ba8a7ac6894d2a777316eabf41746580 Further moving of known issues
baeabd5308c5519a4dc26b4197be9b00e419a85a Updated links to cli_topics

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 4.3 KB
 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="cloud-create-cloud-profile">
4 <title>Creating a Cloud Profile</title>
5
6 <body>
7 <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> uses a <i>cloud profile</i> to connect to <ph
8 conkeyref="vbox-conkeyref-phrases/oci"/>. A cloud profile is a text file that contains details of your key files
9 and Oracle Cloud Identifier (OCID) resource identifiers for your cloud account, such as the following: </p>
10 <ul>
11 <li>
12 <p><b outputclass="bold">Fingerprint of the public
13 key.</b> To obtain the fingerprint, you can use the
14 <userinput>openssl</userinput> command:
15 </p>
16 <pre xml:space="preserve">$ openssl rsa -pubout -outform DER -in ~/.oci/oci_api_key.pem | openssl md5 -c</pre>
17 </li>
18 <li>
19 <p><b outputclass="bold">Location of the private key on the
20 client device.</b> Specify the full path to the
21 private key.
22 </p>
23 </li>
24 <li>
25 <p><b outputclass="bold">(Optional) Passphrase for the private
26 key.</b> This is only required if the key is
27 encrypted.
28 </p>
29 </li>
30 <li>
31 <p><b outputclass="bold">Region</b>. Shown on the <ph conkeyref="vbox-conkeyref-phrases/oci"/>
32 Console. Click
33 <b outputclass="bold">Administration</b>,
34 <b outputclass="bold">Tenancy Details</b>.
35 </p>
36 </li>
37 <li>
38 <p><b outputclass="bold">Tenancy OCID.</b> Shown on the
39 <ph conkeyref="vbox-conkeyref-phrases/oci"/> Console. Click
40 <b outputclass="bold">Administration</b>,
41 <b outputclass="bold">Tenancy Details</b>.
42 </p>
43 <p>
44 A link enables you to copy the Tenancy OCID.
45 </p>
46 </li>
47 <li>
48 <p><b outputclass="bold">Compartment OCID.</b> Shown on
49 the <ph conkeyref="vbox-conkeyref-phrases/oci"/> Console. Click
50 <b outputclass="bold">Identity</b>,
51 <b outputclass="bold">Compartments</b>.
52 </p>
53 <p>
54 A link enables you to copy the Compartment OCID.
55 </p>
56 </li>
57 <li>
58 <p><b outputclass="bold">User OCID.</b> Shown on the
59 <ph conkeyref="vbox-conkeyref-phrases/oci"/> Console. Click
60 <b outputclass="bold">Profile</b>,
61 <b outputclass="bold">User Settings</b>.
62 </p>
63 <p>
64 A link enables you to copy the User OCID.
65 </p>
66 </li>
67 </ul>
68 <p>
69 You can create a cloud profile in the following ways:
70 </p>
71 <ul>
72 <li>
73 <p>Automatically, by using the <b outputclass="bold">Cloud Profile Manager</b>. See <xref
74 href="cloud-using-cloud-profile-manager.dita#cloud-using-cloud-profile-manager"/>. </p>
75 <p>The Cloud Profile Manager is a <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> tool that enables you to
76 create, edit, and manage cloud profiles for your cloud service accounts. </p>
77 </li>
78 <li>
79 <p>Automatically, by using the <userinput>VBoxManage cloudprofile</userinput> command. See <xref href="../cli_topics/vboxmanage-cloudprofile.dita"/>. </p>
80 </li>
81 <li>
82 <p>Manually, by creating an <filepath>oci_config</filepath> file in your <ph
83 conkeyref="vbox-conkeyref-phrases/product-name"/> global configuration directory. For example, this is
84 <filepath>$HOME/.config/VirtualBox/oci_config</filepath> on a Linux host. </p>
85 </li>
86 <li>
87 <p>Manually, by creating a <filepath>config</filepath> file in your <ph conkeyref="vbox-conkeyref-phrases/oci"/>
88 configuration directory. For example, this is <filepath>$HOME/.oci/config</filepath> on a Linux host. </p>
89 <p>This is the same file that is used by the <ph conkeyref="vbox-conkeyref-phrases/oci"/> command line
90 interface. </p>
91 <p><ph conkeyref="vbox-conkeyref-phrases/product-name"/> automatically uses the <filepath>config</filepath> file
92 if no cloud profile file is present in your global configuration directory. Alternatively, you can import this
93 file manually into the Cloud Profile Manager. </p>
94 </li>
95 </ul>
96 </body>
97
98</topic>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette