Skip to content

Commit b6d11d7

Browse files
committedDec 28, 2019
Run autostyleApply
1 parent 6343a10 commit b6d11d7

File tree

1,709 files changed

+7963
-8764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,709 files changed

+7963
-8764
lines changed
 

‎bin/create-rmi-keystore.bat

+16-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
@echo off
2-
3-
rem Licensed to the Apache Software Foundation (ASF) under one or more
4-
rem contributor license agreements. See the NOTICE file distributed with
5-
rem this work for additional information regarding copyright ownership.
6-
rem The ASF licenses this file to You under the Apache License, Version 2.0
7-
rem (the "License"); you may not use this file except in compliance with
8-
rem the License. You may obtain a copy of the License at
9-
rem
10-
rem http://www.apache.org/licenses/LICENSE-2.0
11-
rem
12-
rem Unless required by applicable law or agreed to in writing, software
13-
rem distributed under the License is distributed on an "AS IS" BASIS,
14-
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
rem See the License for the specific language governing permissions and
16-
rem limitations under the License.
172
rem
3+
rem Licensed to the Apache Software Foundation (ASF) under one or more
4+
rem contributor license agreements. See the NOTICE file distributed with
5+
rem this work for additional information regarding copyright ownership.
6+
rem The ASF licenses this file to you under the Apache License, Version 2.0
7+
rem (the "License"); you may not use this file except in compliance with
8+
rem the License. You may obtain a copy of the License at
9+
rem
10+
rem http://www.apache.org/licenses/LICENSE-2.0
11+
rem
12+
rem Unless required by applicable law or agreed to in writing, software
13+
rem distributed under the License is distributed on an "AS IS" BASIS,
14+
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
rem See the License for the specific language governing permissions and
16+
rem limitations under the License.
17+
rem
18+
1819
keytool -genkey -keyalg RSA -alias rmi -keystore rmi_keystore.jks -storepass changeit -validity 7 -keysize 2048 %*
1920

2021
echo "Copy the generated rmi_keystore.jks to jmeter/bin folder or reference it in property 'server.rmi.ssl.keystore.file'"

‎bin/create-rmi-keystore.sh

+16-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
#!/bin/sh
2+
#
3+
# Licensed to the Apache Software Foundation (ASF) under one or more
4+
# contributor license agreements. See the NOTICE file distributed with
5+
# this work for additional information regarding copyright ownership.
6+
# The ASF licenses this file to you under the Apache License, Version 2.0
7+
# (the "License"); you may not use this file except in compliance with
8+
# the License. You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS,
14+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
# See the License for the specific language governing permissions and
16+
# limitations under the License.
17+
#
218

3-
## Licensed to the Apache Software Foundation (ASF) under one or more
4-
## contributor license agreements. See the NOTICE file distributed with
5-
## this work for additional information regarding copyright ownership.
6-
## The ASF licenses this file to You under the Apache License, Version 2.0
7-
## (the "License"); you may not use this file except in compliance with
8-
## the License. You may obtain a copy of the License at
9-
##
10-
## http://www.apache.org/licenses/LICENSE-2.0
11-
##
12-
## Unless required by applicable law or agreed to in writing, software
13-
## distributed under the License is distributed on an "AS IS" BASIS,
14-
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
## See the License for the specific language governing permissions and
16-
## limitations under the License.
17-
##
1819
keytool -genkey -keyalg RSA -alias rmi -keystore rmi_keystore.jks -storepass changeit -validity 7 -keysize 2048 "$@"
1920

2021
echo "Copy the generated rmi_keystore.jks to jmeter/bin folder or reference it in property 'server.rmi.ssl.keystore.file'"

0 commit comments

Comments
 (0)
Please sign in to comment.