Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
1877c9ac
Commit
1877c9ac
authored
Apr 02, 2021
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in
6d7a6fea
Per gripe from Daniel Gustafsson
parent
b1be3074
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/test/ssl/Makefile
src/test/ssl/Makefile
+1
-1
No files found.
src/test/ssl/Makefile
View file @
1877c9ac
...
...
@@ -91,7 +91,7 @@ ssl/client.crt: ssl/client.key ssl/client_ca.crt
openssl x509
-in
ssl/temp.crt
-out
ssl/client.crt
# to keep just the PEM cert
rm
ssl/client.csr ssl/temp.crt
# Client certificate with multi-part
h
DN, signed by the client CA:
# Client certificate with multi-part DN, signed by the client CA:
ssl/client-dn.crt
:
ssl/client-dn.key ssl/client_ca.crt
openssl req
-new
-key
ssl/client-dn.key
-out
ssl/client-dn.csr
-config
client-dn.config
openssl ca
-name
client_ca
-batch
-out
ssl/temp.crt
-config
cas.config
-infiles
ssl/client-dn.csr
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment