Skip to content

Commit 2a5a1cb

Browse files
committed
fix locality
1 parent c1e56a8 commit 2a5a1cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ WORKDIR /app/server/certs
1818
RUN openssl genrsa -des3 -passout pass:x -out server.pass.key 2048 && \
1919
openssl rsa -passin pass:x -in server.pass.key -out server.key && \
2020
rm server.pass.key && \
21-
openssl req -new -key server.key -out server.csr -subj "/C=UK/ST=Warwickshire/L=Leamington/O=PDSInterop/OU=PDSInterop/CN=solid.pdsinterop.org" && \
21+
openssl req -new -key server.key -out server.csr -subj "/C=NL/ST=Overijssel/L=Enschede/O=PDSInterop/OU=PDSInterop/CN=solid.pdsinterop.org" && \
2222
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
2323

2424
WORKDIR /app/server/

0 commit comments

Comments
 (0)