Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
77ae7463
Commit
77ae7463
authored
Jun 24, 2013
by
Leigh B Stoller
Browse files
Make emulab.pem (public certificate) world readable.
parent
6f6164fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
ssl/GNUmakefile.in
View file @
77ae7463
...
...
@@ -251,7 +251,7 @@ boss-installX: install-dirs \
$(INSTALL_SBINDIR)/updatecert \
install-conf
$(INSTALL_DATA) localnode.pem $(INSTALL_ETCDIR)/client.pem
chmod 64
0
$(INSTALL_ETCDIR)/emulab.pem
chmod 64
4
$(INSTALL_ETCDIR)/emulab.pem
chmod 600 $(INSTALL_ETCDIR)/emulab.key
chmod 640 $(INSTALL_ETCDIR)/server.pem
chmod 640 $(INSTALL_ETCDIR)/client.pem
...
...
@@ -278,7 +278,7 @@ remote-site-boss-install: install-dirs \
$(INSTALL_SBINDIR)/updatecert \
install-conf
$(INSTALL_DATA) localnode.pem $(INSTALL_ETCDIR)/client.pem
chmod 64
0
$(INSTALL_ETCDIR)/emulab.pem
chmod 64
4
$(INSTALL_ETCDIR)/emulab.pem
chmod 600 $(INSTALL_ETCDIR)/emulab.key
chmod 640 $(INSTALL_ETCDIR)/capture.pem
chmod 644 $(INSTALL_ETCDIR)/capture.fingerprint
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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