Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuxiaowei-com-cn/xxw-rsa
https://github.com/xuxiaowei-com-cn/xxw-rsa
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xuxiaowei-com-cn/xxw-rsa
- Owner: xuxiaowei-com-cn
- License: apache-2.0
- Created: 2021-12-09T03:53:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T14:22:08.000Z (over 2 years ago)
- Last Synced: 2023-06-29T12:38:16.396Z (over 1 year ago)
- Language: Java
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xxw
| 名称 | 说明 |
| ---- | ---- |
| 旧网址 | https://oss.sonatype.org |
| 新网址 | https://s01.oss.sonatype.org |
| 发布说明 | https://central.sonatype.org/publish/publish-guide/#deployment |
| 注册 | https://issues.sonatype.org/secure/Signup!default.jspa |
| 登录 | https://issues.sonatype.org/login.jsp |
| 示例 | https://issues.sonatype.org/browse/OSSRH-75894 |
| gpg4win | https://www.gpg4win.org/thanks-for-download.html |
| 手动上传公钥(需要验证邮件) | https://keys.openpgp.org/upload/ |
| 生成密钥 | gpg --gen-key |
| 查看秘钥 | gpg --list-key |
| 查看私钥 | gpg --list-secret-keys |
| 提取公钥 | gpg -a --export newkey > new-public-key.asc |
| 提取私钥 | gpg -a --export-secret-keys newkey > new-private-key.asc |
| 导入公钥或私钥 | gpg --import newkey |
| 单文件签名 | gpg --armor --detach-sign |
| 快照仓库 | https://s01.oss.sonatype.org/content/repositories/snapshots |
| 生产仓库 | https://s01.oss.sonatype.org/content/repositories/releases |```
s01-releases
https://s01.oss.sonatype.org/content/repositories/releases/
true
false
s01-snapshots
https://s01.oss.sonatype.org/content/repositories/snapshots/
false
true
```