Skip to content

Commit 7ae930c

Browse files
update to latest version
1 parent f8bd204 commit 7ae930c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NoSQL/README-sec.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This container image uses a simplified version of the Oracle NoSQL Database call
1414

1515
This container image configures an Oracle NoSQL Database secure configuration
1616
1. Create a KVlite secured configuration with the
17-
[password complexity policy](https://docs.oracle.com/en/database/other-databases/nosql-database/22.1/security/password-complexity-policies.html)
17+
[password complexity policy](https://docs.oracle.com/en/database/other-databases/nosql-database/24.3/security/password-complexity-policies.html)
1818
enabled
1919
2. Create the `root` user and the file `user.security` that contain property settings for the login as admin
2020
3. Generate the `certificate.pem` file allowing to establish a HTTP secure communication between the proxy and the driver
@@ -202,7 +202,7 @@ $ openssl x509 -text -noout -in /mylocalpath/certificate.pem | grep CN
202202
203203
````
204204
Note: the certicate can be customized in the script setup-http-proxy-sec.sh
205-
(e.g adding [SAN](https://docs.oracle.com/en/database/other-databases/nosql-database/23.1/security/ssl-using-openssl.html))
205+
(e.g adding [SAN](https://docs.oracle.com/en/database/other-databases/nosql-database/24.3/security/ssl-using-openssl.html))
206206
207207
## Advanced Scenario: connecting to Oracle NoSQL CE from another host
208208
@@ -289,7 +289,7 @@ the KVLite container are both set to the hostname of the host on which they are
289289
running by using the `$HOSTNAME` environment variable for both. For example:
290290
291291
```shell
292-
docker run -d -v secfiles:/shared_conf --name=$HOSTNAME --hostname=$HOSTNAME
292+
docker run -d -v secfiles:/shared_conf --name=$HOSTNAME --hostname=$HOSTNAME
293293
```
294294
295295
As all container names must be unique on a host, this restriction means only one
@@ -427,5 +427,5 @@ Copyright (c) 2017, 2024 Oracle and/or its affiliates.
427427
428428
[NOSQL]: http://www.oracle.com/technetwork/database/database-technologies/nosqldb/overview/index.html
429429
[DOCS]: https://docs.oracle.com/en/database/other-databases/nosql-database/index.html
430-
[Apache-2.0]: https://docs.oracle.com/en/database/other-databases/nosql-database/23.3/license/index.html#GUID-006E432E-1965-45A2-AEDE-204BD05E1560
430+
[Apache-2.0]: https://docs.oracle.com/en/database/other-databases/nosql-database/24.3/license/index.html#GUID-006E432E-1965-45A2-AEDE-204BD05E1560
431431
[GraalVM-License]: https://github.com/graalvm/container/blob/master/LICENSE.md

0 commit comments

Comments
 (0)