You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by wa...@apache.org on 2022/07/07 17:10:28 UTC

[pulsar] branch master updated: [Website] Update out-of-sync URL to get `openssl.cnf` (#16362)

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c715e11ce5 [Website] Update out-of-sync URL to get `openssl.cnf` (#16362)
6c715e11ce5 is described below

commit 6c715e11ce58cdbbd795f7b029e4776518421d6b
Author: Massimiliano Mirelli <ma...@gmail.com>
AuthorDate: Thu Jul 7 20:10:21 2022 +0300

    [Website] Update out-of-sync URL to get `openssl.cnf` (#16362)
    
    Static files were removed from pulsar repo by https://github.com/apache/pulsar/pull/15636
---
 .../versioned_docs/version-2.1.0-incubating/security-tls-transport.md | 2 +-
 .../versioned_docs/version-2.1.1-incubating/security-tls-transport.md | 2 +-
 site2/website/versioned_docs/version-2.10.0/security-tls-transport.md | 2 +-
 site2/website/versioned_docs/version-2.2.0/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.2.1/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.3.0/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.3.1/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.3.2/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.4.0/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.4.1/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.4.2/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.5.0/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.5.1/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.5.2/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.6.0/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.6.1/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.6.2/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.6.3/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.6.4/security-tls-transport.md  | 2 +-
 site2/website/versioned_docs/version-2.7.0/security-tls-transport.md  | 4 ++--
 site2/website/versioned_docs/version-2.7.1/security-tls-transport.md  | 4 ++--
 site2/website/versioned_docs/version-2.7.2/security-tls-transport.md  | 4 ++--
 site2/website/versioned_docs/version-2.7.3/security-tls-transport.md  | 4 ++--
 site2/website/versioned_docs/version-2.7.4/security-tls-transport.md  | 4 ++--
 site2/website/versioned_docs/version-2.8.0/security-tls-transport.md  | 4 ++--
 site2/website/versioned_docs/version-2.8.1/security-tls-transport.md  | 4 ++--
 site2/website/versioned_docs/version-2.8.2/security-tls-transport.md  | 4 ++--
 site2/website/versioned_docs/version-2.8.3/security-tls-transport.md  | 4 ++--
 site2/website/versioned_docs/version-2.9.0/security-tls-transport.md  | 4 ++--
 site2/website/versioned_docs/version-2.9.1/security-tls-transport.md  | 4 ++--
 site2/website/versioned_docs/version-2.9.2/security-tls-transport.md  | 4 ++--
 31 files changed, 43 insertions(+), 43 deletions(-)

diff --git a/site2/website/versioned_docs/version-2.1.0-incubating/security-tls-transport.md b/site2/website/versioned_docs/version-2.1.0-incubating/security-tls-transport.md
index 6b957c6567e..bde940cfbe3 100644
--- a/site2/website/versioned_docs/version-2.1.0-incubating/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.1.0-incubating/security-tls-transport.md
@@ -45,7 +45,7 @@ Create a directory for your CA, and place [this openssl configuration file](http
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.1.1-incubating/security-tls-transport.md b/site2/website/versioned_docs/version-2.1.1-incubating/security-tls-transport.md
index 18c5da98d37..87e19607085 100644
--- a/site2/website/versioned_docs/version-2.1.1-incubating/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.1.1-incubating/security-tls-transport.md
@@ -46,7 +46,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.10.0/security-tls-transport.md b/site2/website/versioned_docs/version-2.10.0/security-tls-transport.md
index 3b72420ce91..4facba405a1 100644
--- a/site2/website/versioned_docs/version-2.10.0/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.10.0/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.2.0/security-tls-transport.md b/site2/website/versioned_docs/version-2.2.0/security-tls-transport.md
index 71c70fc8c0e..7f7d1d4749c 100644
--- a/site2/website/versioned_docs/version-2.2.0/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.2.0/security-tls-transport.md
@@ -45,7 +45,7 @@ Create a directory for your CA, and place [this openssl configuration file](http
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.2.1/security-tls-transport.md b/site2/website/versioned_docs/version-2.2.1/security-tls-transport.md
index 03b551fda99..d4a36de0a3d 100644
--- a/site2/website/versioned_docs/version-2.2.1/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.2.1/security-tls-transport.md
@@ -45,7 +45,7 @@ Create a directory for your CA, and place [this openssl configuration file](http
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.3.0/security-tls-transport.md b/site2/website/versioned_docs/version-2.3.0/security-tls-transport.md
index 03b551fda99..d4a36de0a3d 100644
--- a/site2/website/versioned_docs/version-2.3.0/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.3.0/security-tls-transport.md
@@ -45,7 +45,7 @@ Create a directory for your CA, and place [this openssl configuration file](http
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.3.1/security-tls-transport.md b/site2/website/versioned_docs/version-2.3.1/security-tls-transport.md
index 03b551fda99..d4a36de0a3d 100644
--- a/site2/website/versioned_docs/version-2.3.1/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.3.1/security-tls-transport.md
@@ -45,7 +45,7 @@ Create a directory for your CA, and place [this openssl configuration file](http
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.3.2/security-tls-transport.md b/site2/website/versioned_docs/version-2.3.2/security-tls-transport.md
index 03b551fda99..d4a36de0a3d 100644
--- a/site2/website/versioned_docs/version-2.3.2/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.3.2/security-tls-transport.md
@@ -45,7 +45,7 @@ Create a directory for your CA, and place [this openssl configuration file](http
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.4.0/security-tls-transport.md b/site2/website/versioned_docs/version-2.4.0/security-tls-transport.md
index 03b551fda99..d4a36de0a3d 100644
--- a/site2/website/versioned_docs/version-2.4.0/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.4.0/security-tls-transport.md
@@ -45,7 +45,7 @@ Create a directory for your CA, and place [this openssl configuration file](http
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.4.1/security-tls-transport.md b/site2/website/versioned_docs/version-2.4.1/security-tls-transport.md
index c0a86a3fd2f..91e1cc67a1a 100644
--- a/site2/website/versioned_docs/version-2.4.1/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.4.1/security-tls-transport.md
@@ -45,7 +45,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.4.2/security-tls-transport.md b/site2/website/versioned_docs/version-2.4.2/security-tls-transport.md
index c0a86a3fd2f..91e1cc67a1a 100644
--- a/site2/website/versioned_docs/version-2.4.2/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.4.2/security-tls-transport.md
@@ -45,7 +45,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.5.0/security-tls-transport.md b/site2/website/versioned_docs/version-2.5.0/security-tls-transport.md
index 695eb83e990..bc10a105273 100644
--- a/site2/website/versioned_docs/version-2.5.0/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.5.0/security-tls-transport.md
@@ -45,7 +45,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.5.1/security-tls-transport.md b/site2/website/versioned_docs/version-2.5.1/security-tls-transport.md
index e7019640580..a1a9f3955da 100644
--- a/site2/website/versioned_docs/version-2.5.1/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.5.1/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.5.2/security-tls-transport.md b/site2/website/versioned_docs/version-2.5.2/security-tls-transport.md
index e7019640580..a1a9f3955da 100644
--- a/site2/website/versioned_docs/version-2.5.2/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.5.2/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.6.0/security-tls-transport.md b/site2/website/versioned_docs/version-2.6.0/security-tls-transport.md
index 478189fccf6..9638b60eab1 100644
--- a/site2/website/versioned_docs/version-2.6.0/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.6.0/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.6.1/security-tls-transport.md b/site2/website/versioned_docs/version-2.6.1/security-tls-transport.md
index 478189fccf6..9638b60eab1 100644
--- a/site2/website/versioned_docs/version-2.6.1/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.6.1/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.6.2/security-tls-transport.md b/site2/website/versioned_docs/version-2.6.2/security-tls-transport.md
index 478189fccf6..9638b60eab1 100644
--- a/site2/website/versioned_docs/version-2.6.2/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.6.2/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.6.3/security-tls-transport.md b/site2/website/versioned_docs/version-2.6.3/security-tls-transport.md
index 478189fccf6..9638b60eab1 100644
--- a/site2/website/versioned_docs/version-2.6.3/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.6.3/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.6.4/security-tls-transport.md b/site2/website/versioned_docs/version-2.6.4/security-tls-transport.md
index 478189fccf6..9638b60eab1 100644
--- a/site2/website/versioned_docs/version-2.6.4/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.6.4/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
diff --git a/site2/website/versioned_docs/version-2.7.0/security-tls-transport.md b/site2/website/versioned_docs/version-2.7.0/security-tls-transport.md
index 85863fe99f3..083aca48f65 100644
--- a/site2/website/versioned_docs/version-2.7.0/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.7.0/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
@@ -291,4 +291,4 @@ var client = PulsarClient.Builder()
 
 ```
 
-> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
\ No newline at end of file
+> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
diff --git a/site2/website/versioned_docs/version-2.7.1/security-tls-transport.md b/site2/website/versioned_docs/version-2.7.1/security-tls-transport.md
index 85863fe99f3..083aca48f65 100644
--- a/site2/website/versioned_docs/version-2.7.1/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.7.1/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
@@ -291,4 +291,4 @@ var client = PulsarClient.Builder()
 
 ```
 
-> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
\ No newline at end of file
+> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
diff --git a/site2/website/versioned_docs/version-2.7.2/security-tls-transport.md b/site2/website/versioned_docs/version-2.7.2/security-tls-transport.md
index 85863fe99f3..083aca48f65 100644
--- a/site2/website/versioned_docs/version-2.7.2/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.7.2/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
@@ -291,4 +291,4 @@ var client = PulsarClient.Builder()
 
 ```
 
-> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
\ No newline at end of file
+> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
diff --git a/site2/website/versioned_docs/version-2.7.3/security-tls-transport.md b/site2/website/versioned_docs/version-2.7.3/security-tls-transport.md
index 1b5129a2e77..12c4f2e2281 100644
--- a/site2/website/versioned_docs/version-2.7.3/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.7.3/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
@@ -291,4 +291,4 @@ var client = PulsarClient.Builder()
 
 ```
 
-> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
\ No newline at end of file
+> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
diff --git a/site2/website/versioned_docs/version-2.7.4/security-tls-transport.md b/site2/website/versioned_docs/version-2.7.4/security-tls-transport.md
index 1b5129a2e77..12c4f2e2281 100644
--- a/site2/website/versioned_docs/version-2.7.4/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.7.4/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
@@ -291,4 +291,4 @@ var client = PulsarClient.Builder()
 
 ```
 
-> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
\ No newline at end of file
+> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
diff --git a/site2/website/versioned_docs/version-2.8.0/security-tls-transport.md b/site2/website/versioned_docs/version-2.8.0/security-tls-transport.md
index 2a0002e4db5..92e8dc3c3d2 100644
--- a/site2/website/versioned_docs/version-2.8.0/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.8.0/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
@@ -292,4 +292,4 @@ var client = PulsarClient.Builder()
 
 ```
 
-> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
\ No newline at end of file
+> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
diff --git a/site2/website/versioned_docs/version-2.8.1/security-tls-transport.md b/site2/website/versioned_docs/version-2.8.1/security-tls-transport.md
index 2a0002e4db5..92e8dc3c3d2 100644
--- a/site2/website/versioned_docs/version-2.8.1/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.8.1/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
@@ -292,4 +292,4 @@ var client = PulsarClient.Builder()
 
 ```
 
-> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
\ No newline at end of file
+> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
diff --git a/site2/website/versioned_docs/version-2.8.2/security-tls-transport.md b/site2/website/versioned_docs/version-2.8.2/security-tls-transport.md
index 2a0002e4db5..92e8dc3c3d2 100644
--- a/site2/website/versioned_docs/version-2.8.2/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.8.2/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
@@ -292,4 +292,4 @@ var client = PulsarClient.Builder()
 
 ```
 
-> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
\ No newline at end of file
+> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
diff --git a/site2/website/versioned_docs/version-2.8.3/security-tls-transport.md b/site2/website/versioned_docs/version-2.8.3/security-tls-transport.md
index 2a0002e4db5..92e8dc3c3d2 100644
--- a/site2/website/versioned_docs/version-2.8.3/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.8.3/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
@@ -292,4 +292,4 @@ var client = PulsarClient.Builder()
 
 ```
 
-> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
\ No newline at end of file
+> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
diff --git a/site2/website/versioned_docs/version-2.9.0/security-tls-transport.md b/site2/website/versioned_docs/version-2.9.0/security-tls-transport.md
index 2a0002e4db5..92e8dc3c3d2 100644
--- a/site2/website/versioned_docs/version-2.9.0/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.9.0/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
@@ -292,4 +292,4 @@ var client = PulsarClient.Builder()
 
 ```
 
-> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
\ No newline at end of file
+> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
diff --git a/site2/website/versioned_docs/version-2.9.1/security-tls-transport.md b/site2/website/versioned_docs/version-2.9.1/security-tls-transport.md
index 2a0002e4db5..92e8dc3c3d2 100644
--- a/site2/website/versioned_docs/version-2.9.1/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.9.1/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
@@ -292,4 +292,4 @@ var client = PulsarClient.Builder()
 
 ```
 
-> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
\ No newline at end of file
+> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
diff --git a/site2/website/versioned_docs/version-2.9.2/security-tls-transport.md b/site2/website/versioned_docs/version-2.9.2/security-tls-transport.md
index 2a0002e4db5..92e8dc3c3d2 100644
--- a/site2/website/versioned_docs/version-2.9.2/security-tls-transport.md
+++ b/site2/website/versioned_docs/version-2.9.2/security-tls-transport.md
@@ -47,7 +47,7 @@ Follow the guide below to set up a certificate authority. You can also refer to
 
 mkdir my-ca
 cd my-ca
-wget https://raw.githubusercontent.com/apache/pulsar/master/site2/website/static/examples/openssl.cnf
+wget https://raw.githubusercontent.com/apache/pulsar-site/main/site2/website/static/examples/openssl.cnf
 export CA_HOME=$(pwd)
 
 ```
@@ -292,4 +292,4 @@ var client = PulsarClient.Builder()
 
 ```
 
-> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.
\ No newline at end of file
+> Note that `VerifyCertificateName` refers to the configuration of hostname verification in the C# client.