Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrinorse committed Dec 15, 2023
1 parent 8e0c922 commit ea3e14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-certificate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ openssl req -newkey rsa:4096 \
-keyout /var/lib/postgresql/data/pgdata/server.key \
-subj "/C=DE/ST=BW/L=Walldorf/O=Security/OU=IT Department/CN=GLVD"

cp /etc/posttgresql/postgresql.conf /var/lib/postgresql/data/pgdata/.
cp /etc/postgresql/postgresql.conf /var/lib/postgresql/data/pgdata/.

0 comments on commit ea3e14a

Please sign in to comment.