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:
parent
8fa42bf283
commit
87fa40f233
@ -50,7 +50,7 @@ Update the following fields:
|
||||
|
||||
~(keystone_admin)]$ cat <<EOF > docker-certificate.yaml
|
||||
---
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: system-registry-local-certificate
|
||||
|
@ -59,7 +59,7 @@ Update the following fields:
|
||||
|
||||
~(keystone_admin)]$ cat <<EOF > restapi-certificate.yaml
|
||||
---
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: system-restapi-gui-certificate
|
||||
|
@ -18,7 +18,7 @@ for use in a lab environment.
|
||||
.. code-block:: none
|
||||
|
||||
$ echo "
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Issuer
|
||||
metadata:
|
||||
name: my-selfsigning-issuer
|
||||
@ -32,7 +32,7 @@ for use in a lab environment.
|
||||
.. code-block:: none
|
||||
|
||||
$ echo "
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: my-rootca-certificate
|
||||
@ -50,7 +50,7 @@ for use in a lab environment.
|
||||
.. code-block:: none
|
||||
|
||||
$ echo "
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Issuer
|
||||
metadata:
|
||||
name: my-rootca-issuer
|
||||
@ -73,7 +73,7 @@ for use in a lab environment.
|
||||
.. code-block:: none
|
||||
|
||||
$ echo "
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: my-server-certificate
|
||||
@ -81,8 +81,6 @@ for use in a lab environment.
|
||||
secretName: my-server-certificate
|
||||
duration: 2160h # 90d
|
||||
renewBefore: 360h # 15d
|
||||
organization:
|
||||
- WindRiver
|
||||
commonName: 1.1.1.1
|
||||
dnsNames:
|
||||
- myserver.wrs.com
|
||||
|
@ -27,7 +27,7 @@ This example requires that:
|
||||
|
||||
# Create a cluster-wide ISSUER for create self-signed certificates
|
||||
---
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: system-selfsigning-issuer
|
||||
@ -37,7 +37,7 @@ This example requires that:
|
||||
|
||||
# Create a Certificate (and key) for my RootCA
|
||||
---
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: abccompany-starlingx-rootca-certificate
|
||||
@ -53,7 +53,7 @@ This example requires that:
|
||||
|
||||
# Create the RootCA ISSUER
|
||||
---
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Issuer
|
||||
metadata:
|
||||
name: abccompany-starlingx-rootca-issuer
|
||||
@ -83,7 +83,7 @@ This example requires that:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: abccompany-starlingx.mycompany.com-certificate
|
||||
@ -95,8 +95,6 @@ This example requires that:
|
||||
name: abccompany-starlingx-rootca-issuer
|
||||
kind: Issuer
|
||||
commonName: abccompany-starlingx.mycompany.com
|
||||
organization:
|
||||
- abccompany-starlingx
|
||||
dnsNames:
|
||||
- abccompany-starlingx.mycompany.com
|
||||
ipAddresses:
|
||||
|
Loading…
x
Reference in New Issue
Block a user