Update and rename 43.1.1. Remote shell credentials to 43.1.1. Remote shell credentials.md

master
qibaoguang 2015-03-03 22:33:40 +08:00
parent 5524072ea4
commit be63ded9a1
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
### 43.1.1. 远程shell证书
你可以使用`shell.auth.simple.user.name`和`shell.auth.simple.user.password`属性配置自定义的连接证书。也可以使用Spring Security的AuthenticationManager处理登录职责。具体参考Javadoc[CrshAutoConfiguration](http://docs.spring.io/spring-boot/docs/1.3.0.BUILD-SNAPSHOT/api/org/springframework/boot/actuate/autoconfigure/CrshAutoConfiguration.html)和[ShellProperties](http://docs.spring.io/spring-boot/docs/1.3.0.BUILD-SNAPSHOT/api/org/springframework/boot/actuate/autoconfigure/ShellProperties.html)。