Skip to content

Commit e19d8bc

Browse files
committed
Merge branch 'rm/update-demo-cert-info' into 'main'
Clarify cert expirations See merge request weblogic-cloud/weblogic-kubernetes-operator!4591
2 parents b93f257 + 62779c1 commit e19d8bc

File tree

1 file changed

+4
-4
lines changed
  • documentation/site/content/managing-domains/model-in-image

1 file changed

+4
-4
lines changed

documentation/site/content/managing-domains/model-in-image/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ The certificates are created under the domain home `security` folder.
7373
-rw-r----- 1 oracle oracle 2948 Feb 15 15:55 DemoIdentity.p12
7474
```
7575

76-
For Model in Image domains, whenever you change any security credentials including, but not limited to, the Administration Server credentials, RCU credentials, and such, the domain will
77-
be recreated and a new set of demo SSL certificates will be generated. The certificates are valid for 180 days, then they expire.
76+
For Model in Image domains, whenever you change any security credentials including, but not limited to, the Administration Server credentials, RCU credentials, and such, the domain will be recreated and a new set of demo SSL certificates will be generated. The SSL certificates are valid for 6 months, then they expire.
7877

78+
The demo CA certificate expires in 5 years, however, whenever the domain is recreated, the entire set of certificates are regenerated so you _must_ import the demo CA certificate again.
7979

80-
If you have any external client that needs to communicate with WebLogic Servers using SSL, then you need to import the current self-signing CA cert, `democacert.der`,
81-
into your local trust store; previously imported certificates will _not_ work.
80+
If you have any external client that needs to communicate with WebLogic Servers using SSL, then you need to import the current self-signing CA certificate, `democacert.der`,
81+
into your local trust store.
8282

8383
```shell
8484
keytool -importcert -keystore <keystore path> -alias wlscacert -file $HOME/Downloads/democacer.der

0 commit comments

Comments
 (0)