Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit c2fd29f

Browse files
author
Bernhard Grünewaldt
committed
base64 single line
1 parent 3b210f8 commit c2fd29f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Now you should have a file called `keystore.jks`
6060
We need to convert it to BASE64 encoding so that we can inject it as ENV var into the docker container
6161

6262
```
63-
openssl base64 -in keystore.jks -out keystore.jks.base64
63+
openssl base64 -in keystore.jks -out keystore.jks.base64 -A
6464
```
6565

6666
**(4) Trust the certificate on all clients**
@@ -93,7 +93,7 @@ docker create \
9393
-v /opt/nexus-oss-home:/nexus-home \
9494
-e NEXUS_DOMAIN="nexus.home.codeclou.io" \
9595
-e NEXUS_IP_ADDRESS="192.168.178.66" \
96-
-e NEXUS_KEYSTORE_JKS_BASE64=$NEXUS_KEYSTORE_JKS_BASE64 \
96+
-e NEXUS_KEYSTORE_JKS_BASE64=""$NEXUS_KEYSTORE_JKS_BASE64" \
9797
codeclou/docker-sonatype-nexus-repository-oss:3.5.0-02
9898
9999
docker start nexus

0 commit comments

Comments
 (0)