@@ -20,6 +20,10 @@ Once a `Site` has been added to a `Fabric`, it can communicate with any other `S
2020
2121## Initializing a new Site
2222
23+ {{< notice warning >}}
24+ Creating a new Site is a ** Fabric** administrator level operation and should be appropriately protected.
25+ {{< /notice >}}
26+
2327### Prerequisites
2428
2529The following assume that you have access to the ` clusterlink ` CLI and one or more
@@ -30,13 +34,13 @@ The following assume that you have access to the `clusterlink` CLI and one or mo
3034
3135### Create a new Site certificate
3236
33- Creating a new Site is a ** Fabric** administrator level operation and should be appropriately protected.
34-
3537To create a new Site certificate belonging to a fabric, confirm that the Fabric CA files
3638 are available in the current working directory, and then execute the following CLI command:
3739
38- > Note: The Fabric CA files (certificate and private key) are expected in the current
39- > working directory (i.e., ` ./<fabric_name>.crt ` and ` ./<fabric_name>.key ` ).
40+ {{< notice tip >}}
41+ The Fabric CA files (certificate and private key) are expected in the current
42+ working directory (i.e., ` ./<fabric_name>.crt ` and ` ./<fabric_name>.key ` ).
43+ {{< /notice >}}
4044
4145``` sh
4246clusterlink create site --name < site_name> --fabric < fabric_name>
@@ -47,16 +51,22 @@ This will create the certificate and private key files (`<site_name>.cert` and
4751 created in a subdirectory named ` <site_name> ` under the current working directory.
4852 You can override the default by setting the ` --output <path> ` option.
4953
54+ {{< notice info >}}
5055You will need the CA certificate (but ** not** the CA private key) and the site certificate
5156 and private in the next step. They can be provided out of band (e.g., over email) to the
5257 site administrator.
58+ {{< /notice >}}
5359
5460### Deploy ClusterLink to a Site
5561
56- This operation is typically done by a local * Site administrator* , typically different
57- than the * Fabric administrator* . Before proceeding, ensure that the CA certificate
58- (the CA private key is not needed), and the site certificate and key files which were
59- created in the previous step are in the current working directory.
62+ {{< notice info >}}
63+ This operation is typically done by a local * Site administrator* , usually different
64+ than the * Fabric administrator* .
65+ {{< /notice >}}
66+
67+ Before proceeding, ensure that the CA certificate (the CA private key is not needed),
68+ and the site certificate and key files which were created in the previous step are
69+ in the current working directory.
6070
61711 . Install the ClusterLink deployment operator.
6272
0 commit comments