Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
alex037yang
OpenXG-RAN
Commits
9355fa67
Commit
9355fa67
authored
Jan 14, 2015
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6376
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
024ed51a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
openair-cn/OPENAIRHSS/conf/hss_fd.conf
openair-cn/OPENAIRHSS/conf/hss_fd.conf
+3
-4
openair-cn/OPENAIRHSS/conf/make_certs.sh
openair-cn/OPENAIRHSS/conf/make_certs.sh
+1
-2
No files found.
openair-cn/OPENAIRHSS/conf/hss_fd.conf
View file @
9355fa67
# -------- Local ---------
# -------- Local ---------
# Uncomment if the framework cannot resolv it.
# Uncomment if the framework cannot resolv it.
Identity
=
"
script_will_change_hostname
.pft"
;
Identity
=
"
UBUNTUPC
.pft"
;
#ListenOn = "127.0.0.1";
#ListenOn = "127.0.0.1";
# TLS configuration (see previous section)
# TLS configuration (see previous section)
TLS_Cred
=
"/usr/local/src/openair4G/trunk/openair-cn/OPENAIRHSS/conf/hss.cert.pem"
,
TLS_Cred
=
"/usr/local/etc/freeDiameter/hss.cert.pem"
,
"/usr/local/etc/freeDiameter/hss.key.pem"
;
"//usr/local/src/openair4G/trunk/openair-cn/OPENAIRHSS/conf/hss.key.pem"
;
TLS_CA
=
"/usr/local/etc/freeDiameter/cacert.pem"
;
TLS_CA
=
"/usr/local/src/openair4G/trunk/openair-cn/OPENAIRHSS/conf/cacert.pem"
;
# Disable use of TCP protocol (only listen and connect in SCTP)
# Disable use of TCP protocol (only listen and connect in SCTP)
# Default : TCP enabled
# Default : TCP enabled
...
...
openair-cn/OPENAIRHSS/conf/make_certs.sh
View file @
9355fa67
...
@@ -31,7 +31,6 @@
...
@@ -31,7 +31,6 @@
# BY DEFAULT REALM IS "eur"
# BY DEFAULT REALM IS "eur"
DEFAULTREALMVALUE
=
"eur"
DEFAULTREALMVALUE
=
"eur"
echo
"ARG is
$1
"
REALM
=
${
1
:-
$DEFAULTREALMVALUE
}
REALM
=
${
1
:-
$DEFAULTREALMVALUE
}
rm
-rf
demoCA
rm
-rf
demoCA
...
@@ -69,7 +68,7 @@ then
...
@@ -69,7 +68,7 @@ then
sudo mkdir
/usr/local/etc/freeDiameter/
sudo mkdir
/usr/local/etc/freeDiameter/
fi
fi
sudo cp
-upv
cakey.pem hss.cert.pem cacert.pem /usr/local/etc/freeDiameter/
sudo cp
-upv
cakey.pem hss.cert.pem cacert.pem
hss.key.pem
/usr/local/etc/freeDiameter/
# openssl genrsa -out $hss.key.pem 1024
# openssl genrsa -out $hss.key.pem 1024
# openssl req -new -batch -out $hss.csr.pem -key $hss.key.pem -subj /CN=$hss.test.fr/C=FR/ST=Biot/L=Aix/O=test.fr/OU=mobiles
# openssl req -new -batch -out $hss.csr.pem -key $hss.key.pem -subj /CN=$hss.test.fr/C=FR/ST=Biot/L=Aix/O=test.fr/OU=mobiles
...
...
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