Platform Application Components updates cert-manager
Story: 2009837 Task: 45638 Signed-off-by: Elisamara Aoki Goncalves <elisamaraaoki.goncalves@windriver.com> Change-Id: Icd792cc1daea5e2b451f66aa7ac366d627d647d5
This commit is contained in:
@@ -50,7 +50,7 @@ Update the following fields:
|
|||||||
|
|
||||||
~(keystone_admin)]$ cat <<EOF > docker-certificate.yaml
|
~(keystone_admin)]$ cat <<EOF > docker-certificate.yaml
|
||||||
---
|
---
|
||||||
apiVersion: cert-manager.io/v1alpha2
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
name: system-registry-local-certificate
|
name: system-registry-local-certificate
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ Update the following fields:
|
|||||||
|
|
||||||
~(keystone_admin)]$ cat <<EOF > restapi-certificate.yaml
|
~(keystone_admin)]$ cat <<EOF > restapi-certificate.yaml
|
||||||
---
|
---
|
||||||
apiVersion: cert-manager.io/v1alpha2
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
name: system-restapi-gui-certificate
|
name: system-restapi-gui-certificate
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ for use in a lab environment.
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$ echo "
|
$ echo "
|
||||||
apiVersion: cert-manager.io/v1alpha2
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
metadata:
|
metadata:
|
||||||
name: my-selfsigning-issuer
|
name: my-selfsigning-issuer
|
||||||
@@ -32,7 +32,7 @@ for use in a lab environment.
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$ echo "
|
$ echo "
|
||||||
apiVersion: cert-manager.io/v1alpha2
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
name: my-rootca-certificate
|
name: my-rootca-certificate
|
||||||
@@ -50,7 +50,7 @@ for use in a lab environment.
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$ echo "
|
$ echo "
|
||||||
apiVersion: cert-manager.io/v1alpha2
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
metadata:
|
metadata:
|
||||||
name: my-rootca-issuer
|
name: my-rootca-issuer
|
||||||
@@ -73,7 +73,7 @@ for use in a lab environment.
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
$ echo "
|
$ echo "
|
||||||
apiVersion: cert-manager.io/v1alpha2
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
name: my-server-certificate
|
name: my-server-certificate
|
||||||
@@ -81,8 +81,6 @@ for use in a lab environment.
|
|||||||
secretName: my-server-certificate
|
secretName: my-server-certificate
|
||||||
duration: 2160h # 90d
|
duration: 2160h # 90d
|
||||||
renewBefore: 360h # 15d
|
renewBefore: 360h # 15d
|
||||||
organization:
|
|
||||||
- WindRiver
|
|
||||||
commonName: 1.1.1.1
|
commonName: 1.1.1.1
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- myserver.wrs.com
|
- myserver.wrs.com
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ This example requires that:
|
|||||||
|
|
||||||
# Create a cluster-wide ISSUER for create self-signed certificates
|
# Create a cluster-wide ISSUER for create self-signed certificates
|
||||||
---
|
---
|
||||||
apiVersion: cert-manager.io/v1alpha2
|
apiVersion: cert-manager.io/v1
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
metadata:
|
metadata:
|
||||||
name: system-selfsigning-issuer
|
name: system-selfsigning-issuer
|
||||||
@@ -37,7 +37,7 @@ This example requires that:
|
|||||||
|
|
||||||
# Create a Certificate (and key) for my RootCA
|
# Create a Certificate (and key) for my RootCA
|
||||||
---
|
---
|
||||||
apiVersion: cert-manager.io/v1alpha2
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
name: abccompany-starlingx-rootca-certificate
|
name: abccompany-starlingx-rootca-certificate
|
||||||
@@ -53,7 +53,7 @@ This example requires that:
|
|||||||
|
|
||||||
# Create the RootCA ISSUER
|
# Create the RootCA ISSUER
|
||||||
---
|
---
|
||||||
apiVersion: cert-manager.io/v1alpha2
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
metadata:
|
metadata:
|
||||||
name: abccompany-starlingx-rootca-issuer
|
name: abccompany-starlingx-rootca-issuer
|
||||||
@@ -83,7 +83,7 @@ This example requires that:
|
|||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
apiVersion: cert-manager.io/v1alpha2
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
name: abccompany-starlingx.mycompany.com-certificate
|
name: abccompany-starlingx.mycompany.com-certificate
|
||||||
@@ -95,8 +95,6 @@ This example requires that:
|
|||||||
name: abccompany-starlingx-rootca-issuer
|
name: abccompany-starlingx-rootca-issuer
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
commonName: abccompany-starlingx.mycompany.com
|
commonName: abccompany-starlingx.mycompany.com
|
||||||
organization:
|
|
||||||
- abccompany-starlingx
|
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- abccompany-starlingx.mycompany.com
|
- abccompany-starlingx.mycompany.com
|
||||||
ipAddresses:
|
ipAddresses:
|
||||||
|
|||||||
Reference in New Issue
Block a user